.single-post header#site-header {
  background: #4d6652 !important;
  top: 0;
}

.nuwa-single-post {
  background: #ffffff;
  color: #4f6d55;
  font-family: var(--nuwa-font-primary);
}

.nuwa-single-post__article {
  padding: 136px 0 0;
}

.nuwa-single-post__inner,
.nuwa-single-post__comments-inner {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}

.nuwa-single-post__back {
  margin-bottom: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6b7c83;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
}

.nuwa-single-post__back:hover,
.nuwa-single-post__back:focus {
  color: #4f6d55;
}

.nuwa-single-post__categories {
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #4f6d55;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.nuwa-single-post__categories::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1.7px solid currentColor;
  border-radius: 4px 4px 4px 1px;
  transform: rotate(-45deg);
}

.nuwa-single-post__categories a {
  color: inherit;
  text-decoration: none;
}

.nuwa-single-post__categories a:hover,
.nuwa-single-post__categories a:focus {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.nuwa-single-post__category-separator {
  color: #8c9a91;
}

.nuwa-single-post__title {
  max-width: 780px;
  margin: 0 0 34px;
  color: #4f6d55;
  font-size: clamp(30px, 4.4vw, 48px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: 0;
}

.nuwa-single-post__media {
  width: 100%;
  margin: 0 0 46px;
  overflow: hidden;
  border-radius: 14px;
  background: #4f6d55;
  box-shadow: 0 16px 28px rgba(31, 42, 35, 0.18);
}

.nuwa-single-post__media--placeholder {
  aspect-ratio: 1.78 / 1;
}

.nuwa-single-post__image {
  width: 100%;
  max-height: 420px;
  display: block;
  object-fit: cover;
}

.nuwa-single-post__content {
  color: #4f6d55;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.68;
  letter-spacing: 0;
}

.nuwa-single-post__content p {
  margin: 0 0 24px;
}

.nuwa-single-post__content strong,
.nuwa-single-post__content b {
  font-weight: 800;
}

.nuwa-single-post__content h2,
.nuwa-single-post__content h3,
.nuwa-single-post__content h4 {
  margin: 42px 0 18px;
  color: #4f6d55;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}

.nuwa-single-post__content h2 {
  font-size: 34px;
}

.nuwa-single-post__content h3 {
  font-size: 28px;
}

.nuwa-single-post__content ul,
.nuwa-single-post__content ol {
  margin: 0 0 26px 24px;
  padding: 0;
}

.nuwa-single-post__content a {
  color: #355b6c;
  font-weight: 800;
}

.nuwa-single-post__comments {
  margin-top: 64px;
  padding: 56px 0 110px;
  border-top: 1px solid #e0e8e4;
}

.nuwa-comments {
  color: #4f6d55;
}

.nuwa-comments__title {
  margin: 0 0 52px;
  display: flex;
  align-items: center;
  gap: 22px;
  color: #4f6d55;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.nuwa-comments__icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  border: 3px solid #a7cfdf;
  border-radius: 50%;
  position: relative;
}

.nuwa-comments__icon::after {
  content: "";
  position: absolute;
  left: 1px;
  bottom: -5px;
  width: 12px;
  height: 12px;
  border-left: 3px solid #a7cfdf;
  border-bottom: 3px solid #a7cfdf;
  border-bottom-left-radius: 10px;
  background: #ffffff;
}

.nuwa-comments__list {
  margin: 0 0 64px;
  padding: 0;
  list-style: none;
}

.nuwa-comments__list .children {
  margin: 32px 0 0 70px;
  padding: 0;
  list-style: none;
}

.nuwa-comment {
  margin: 0 0 34px;
}

.nuwa-comment__body {
  padding: 34px 40px;
  display: flex;
  gap: 26px;
  border-radius: 18px;
  background: #f8fbfc;
}

.nuwa-comment.bypostauthor > .nuwa-comment__body {
  border: 2px solid #e0e8e4;
  background: #ffffff;
}

.nuwa-comment__avatar {
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #a7cfdf;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.nuwa-comment.bypostauthor .nuwa-comment__avatar {
  background: #4f6d55;
}

.nuwa-comment__header {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  color: #6b7c83;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
}

.nuwa-comment__author {
  color: #4f6d55;
  font-size: 22px;
  font-weight: 800;
}

.nuwa-comment__author-badge {
  min-height: 26px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #4f6d55;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.nuwa-comment__text {
  color: #4f6d55;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
}

.nuwa-comment__text p {
  margin: 0;
}

.nuwa-comment__moderation {
  margin: 14px 0 0;
  color: #6b7c83;
  font-size: 14px;
  font-weight: 700;
}

.nuwa-comment-form {
  padding: 44px 48px 52px;
  border-radius: 18px;
  background: #f8fbfc;
}

.nuwa-comment-form__title {
  margin: 0 0 30px;
  color: #4f6d55;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
}

.nuwa-comment-form .comment-notes,
.nuwa-comment-form .logged-in-as {
  margin: 0 0 20px;
  color: #6b7c83;
  font-size: 14px;
}

.nuwa-comment-form .comment-form-author,
.nuwa-comment-form .comment-form-email {
  width: calc(50% - 12px);
  margin: 0 0 24px;
  display: inline-block;
  vertical-align: top;
}

.nuwa-comment-form .comment-form-author {
  margin-right: 20px;
}

.nuwa-comment-form .comment-form-comment {
  margin: 0 0 28px;
}

.nuwa-comment-form .comment-form-cookies-consent {
  margin: 0 0 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #4f6d55;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}

.nuwa-comment-form input,
.nuwa-comment-form textarea {
  width: 100%;
  border: 1px solid #d7dedb;
  border-radius: 12px;
  background: #ffffff;
  color: #4f6d55;
  font-family: var(--nuwa-font-primary);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  box-sizing: border-box;
}

.nuwa-comment-form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-height: 0;
  flex: 0 0 18px;
  margin: 0;
  padding: 0;
  border: 1px solid #4f6d55;
  border-radius: 0;
  appearance: auto;
  accent-color: #4f6d55;
}

.nuwa-comment-form input {
  min-height: 64px;
  padding: 0 24px;
}

.nuwa-comment-form textarea {
  min-height: 178px;
  padding: 22px 24px;
  resize: vertical;
}

.nuwa-comment-form input::placeholder,
.nuwa-comment-form textarea::placeholder {
  color: #979797;
}

.nuwa-comment-form__submit,
.nuwa-comment-form input[type="submit"] {
  width: auto;
  min-height: 58px;
  padding: 0 34px;
  border: 0;
  border-radius: 999px;
  background: #4f6d55;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.nuwa-comment-form__submit:hover,
.nuwa-comment-form__submit:focus,
.nuwa-comment-form input[type="submit"]:hover,
.nuwa-comment-form input[type="submit"]:focus {
  background: #355b6c;
  color: #ffffff;
}

@media (max-width: 767px) {
  .nuwa-single-post__article {
    padding-top: 112px;
  }

  .nuwa-single-post__inner,
  .nuwa-single-post__comments-inner {
    padding: 0 20px;
  }

  .nuwa-single-post__title {
    font-size: 34px;
  }

  .nuwa-single-post__content {
    font-size: 16px;
  }

  .nuwa-comments__title {
    font-size: 28px;
  }

  .nuwa-comments__list .children {
    margin-left: 22px;
  }

  .nuwa-comment__body {
    padding: 24px;
    flex-direction: column;
    gap: 18px;
  }

  .nuwa-comment__avatar {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
    font-size: 18px;
  }

  .nuwa-comment__text {
    font-size: 18px;
  }

  .nuwa-comment-form {
    padding: 30px 22px 34px;
  }

  .nuwa-comment-form .comment-form-author,
  .nuwa-comment-form .comment-form-email {
    width: 100%;
    display: block;
    margin-right: 0;
  }

  .nuwa-comment-form input,
  .nuwa-comment-form textarea {
    font-size: 16px;
  }
}
