.page-wrapper {
  padding-top: .25rem;
  padding-bottom: 3rem;
}

.section-items, .section-comments, .section-comment-form {
  margin-top: .75rem;
}

.section-comments .title {
  color: #27282b;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.section-comments .comments {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  margin-top: 1rem;
  margin-bottom: .25rem;
  display: flex;
}

.form-comment {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.25rem;
  display: flex;
}

.form-comment .fieldset {
  align-items: flex-start;
  gap: .5rem;
}

.form-comment .label {
  color: #8f8f8f;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.form-comment .input {
  padding-inline: 1.25rem;
}
