.single-header {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 80px var(--content-gutter) 24px;
  /* text-transform: uppercase; */
  letter-spacing: 0.2em;
  h1 {
    font-size: 32px;
    word-break: break-all;
  }

  .post-date {
    font-size: 14px;
    margin-top: 8px;
    color: #777;
  }
}

.single-content {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 24px var(--content-gutter) 80px;

  a:not(.back-to-list) {
    color: #f392b6;
  }
  a:not(.back-to-list):hover {
    font-weight: 600;
    text-decoration: underline;
  }
}

h1.wp-block-heading {
  font-size: 48px;
  margin-bottom: 8px;
}

h2.wp-block-heading {
  font-size: 40px;
  margin-bottom: 8px;
}

h3.wp-block-heading {
  font-size: 32px;
  margin-bottom: 8px;
}

h4.wp-block-heading {
  font-size: 28px;
  margin-bottom: 8px;
}

h5.wp-block-heading {
  font-size: 24px;
  margin-bottom: 8px;
}

h6.wp-block-heading {
  font-size: 20px;
  margin-bottom: 8px;
}

.wp-block-image img {
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .single-header {
    padding: 40px var(--content-gutter) 12px;

    h1 {
      font-size: 28px;
    }
  }

  h1.wp-block-heading {
    font-size: 32px;
    margin-bottom: 8px;
  }

  h2.wp-block-heading {
    font-size: 28px;
    margin-bottom: 8px;
  }

  h3.wp-block-heading {
    font-size: 24px;
    margin-bottom: 8px;
  }

  h4.wp-block-heading {
    font-size: 20px;
    margin-bottom: 8px;
  }

  h5.wp-block-heading {
    font-size: 18px;
    margin-bottom: 8px;
  }

  h6.wp-block-heading {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.single-content *:first-child {
  margin-top: 0;
}

.single-content p {
  margin-top: 12px;
  margin-bottom: 1.5rem;
  line-height: 1.8rem;
  min-height: 1rem;
  overflow-wrap: break-word;
}

.comment-body {
  display: flex;
}

.comments-list .children {
  margin-left: 20px;
}

.comment-form-comment {
  display: flex;
  align-items: start;
}

.comment-form-comment textarea,
.comment-form-comment input {
  width: 100%;
  padding: 4px 8px;
  font-size: 14px;
}

.says {
  display: none;
}

.comment-respond {
  padding: 16px 0;
  border-top: 1px solid dimgray;
  margin-top: 64px;
  margin-bottom: 32px;
  width: 100%;
}

.comment-respond p {
  margin-bottom: 0;
}

.comment-respond .submit {
  padding: 4px 12px;
  font-size: 14px;
}

.comment-form-comment {
  flex-direction: column;
}

.comment-form-comment label {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 20px;
}

.comment-form-comment textarea,
.comment-form-comment input {
  margin-bottom: 8px;
}

.form-submit {
  text-align: right;
  height: 36px;
}

.form-submit .submit {
  background-color: transparent;
  border: 1px solid #fff;
  color: #231f20;
}

.form-submit .submit:hover {
  background-color: #f5f3f4;
  border: 1px solid #f5f3f4;
  color: #231f20;
  cursor: pointer;
}

.comment-header {
  display: flex;
  margin-bottom: 4px;
}

.comment-header .comment-nickname {
  font-weight: 500;
  color: #5b5b5b;
  font-size: 14px;
}

.comment-reply {
  text-align: right;
}

.comments-list li {
  padding: 12px 4px;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  border-bottom: #231f20 1px solid;
}

.comments-list li:first-child {
  border-top: 1px solid #231f20;
}

.comments-list .comment-content {
  font-size: 14px;
  margin: 0;
}

.comments-list .comment-footer {
  color: #5a5a5a;
  font-weight: 500;
}

.comment-footer .comment-date {
  font-size: 12px;
  color: #5a5a5a;
}

.btn-back {
  display: flex;
  text-align: center;
  margin-top: 40px;
  text-transform: uppercase;
  font-size: 14px;
  justify-content: center;
  gap: 8px;
}

.back-to-list {
  display: flex;
  align-items: baseline;
  position: relative;
}

.back-to-list:before {
  position: absolute;
  top: 8px;
  left: -48px;
  content: '';
  width: 40px;
  height: 5px;
  border-bottom: 1px solid #231f20;
  border-left: 1px solid #231f20;
  transform: skew(135deg);
}

.back-to-list:hover::before {
  left: -56px;
  transition: 0.2s ease-in-out;
}

.comments-list .comment-content .status {
  display: none;
}

.wp-block-button a {
  text-decoration: none;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 56.25%;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
