.news-single-page {
  background: #e4e4e4;
  color: #1f1f1f;
}

.news-single-page__shell {
  width: min(1280px, calc(100% - 48px));
  margin-inline: auto;
}

.news-single-article {
  padding: clamp(88px, 9vw, 136px) 0 clamp(96px, 10vw, 140px);
  background: #e4e4e4;
}

.news-single-entry__header {
  padding-bottom: 24px;
  border-bottom: 3px solid #d78773;
}

.news-single-entry__date {
  margin: 0;
  color: #1f1f1f;
  font-family: var(--tomato-latin-heading-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.4em;
}

.news-single-entry__title {
  margin: 26px 0 0;
  color: #1f1f1f;
  font-family: var(--tomato-heading-font);
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.news-single-entry__thumbnail {
  width: min(800px, 100%);
  margin: clamp(40px, 6vw, 64px) auto 0;
}

.news-single-entry__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.news-single-entry__content {
  margin-top: clamp(48px, 6vw, 72px);
  color: #2f3e46;
  font-family: var(--tomato-copy-font);
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}

.news-single-entry__content > :first-child {
  margin-top: 0;
}

.news-single-entry__content > :last-child {
  margin-bottom: 0;
}

.news-single-entry__content p {
  margin: 0 0 1.9em;
}

.news-single-entry__content img.aligncenter,
.news-single-entry__content .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.news-single-entry__content figure.aligncenter,
.news-single-entry__content .wp-block-image.aligncenter,
.news-single-entry__content .wp-caption.aligncenter {
  text-align: center;
}

.news-single-entry__content p.aligncenter {
  text-align: center;
}

.news-single-entry__content a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.news-single-entry__content a:hover,
.news-single-entry__content a:focus-visible {
  color: #1f1f1f;
  opacity: 0.8;
}

.news-single-entry__back {
  margin: clamp(56px, 7vw, 96px) 0 0;
}

.news-single-entry--empty .news-single-entry__header {
  border-bottom-width: 1px;
}

.news-single-entry__empty-message {
  margin: 48px 0 0;
  color: #2f3e46;
  font-size: 20px;
  line-height: 1.8;
}

.news-single-page .index-blog {
  padding-top: clamp(72px, 9vw, 123px);
  padding-bottom: clamp(80px, 9vw, 120px);
}

.news-single-page .index-contact,
.news-single-page .index-contact__inner {
  min-height: 723px;
}

@media (max-width: 767px) {
  .news-single-page__shell {
    width: min(100%, calc(100% - 32px));
  }

  .news-single-article {
    padding: 88px 0 96px;
  }

  .news-single-entry__date {
    font-size: 18px;
    letter-spacing: 0.24em;
  }

  .news-single-entry__title {
    margin-top: 18px;
    font-size: 34px;
    letter-spacing: 0.06em;
  }

  .news-single-entry__thumbnail {
    margin-top: 40px;
  }

  .news-single-entry__content {
    margin-top: 40px;
    font-size: 20px;
    line-height: 1.9;
  }

  .news-single-entry__content p {
    margin-bottom: 1.7em;
  }

  .news-single-entry__back {
    margin-top: 64px;
  }

  .news-single-page .index-blog {
    padding-top: 96px;
    padding-bottom: 88px;
  }

  .news-single-page .index-contact,
  .news-single-page .index-contact__inner {
    min-height: 560px;
  }
}

@media (max-width: 720px) {
  .news-single-page__shell {
    width: min(100%, calc(100% - 24px));
  }

  .news-single-article {
    padding: 64px 0 72px;
  }

  .news-single-entry__header {
    padding-bottom: 16px;
    border-bottom-width: 2px;
  }

  .news-single-entry__date {
    font-size: 14px;
    letter-spacing: 0.2em;
  }

  .news-single-entry__title {
    margin-top: 14px;
    font-size: 28px;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }

  .news-single-entry__thumbnail {
    margin-top: 28px;
  }

  .news-single-entry__content {
    margin-top: 28px;
    font-size: 16px;
    line-height: 1.85;
    letter-spacing: 0.04em;
  }

  .news-single-entry__content p {
    margin-bottom: 1.5em;
  }

  .news-single-entry__back {
    margin-top: 40px;
  }

  .news-single-entry__empty-message {
    margin-top: 32px;
    font-size: 16px;
  }

  .news-single-page .index-blog {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .news-single-page .index-contact,
  .news-single-page .index-contact__inner {
    min-height: 440px;
  }
}
