/* Editor-provided rich text: heading/list/paragraph/link selectors stay within news-article. */
.news-article-page {
  overflow-wrap: anywhere;
}

.news-article-page__breadcrumbs.breadcrumbs {
  width: calc(100% - 2 * var(--page-gutter));
  max-width: var(--content-max);
  margin: 30px auto 0;
}

.news-article {
  width: calc(100% - 2 * var(--page-gutter));
  max-width: 695px;
  margin: 40px auto 160px;
  min-width: 0;
}

.news-article__date {
  letter-spacing: -0.04em;
  display: block;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.01;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.news-article h1,
.news-article h2,
.news-article h3,
.news-article h4,
.news-article h5,
.news-article h6,
.news-article p,
.news-article ul,
.news-article ol,
.news-article figure,
.news-article blockquote {
  margin-left: 0;
  margin-right: 0;
  letter-spacing: -0.04em;
}

.news-article h1,
.news-article h2,
.news-article h3,
.news-article h4,
.news-article h5,
.news-article h6,
.news-article__h7 {
  font-weight: 500;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.news-article h1 {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.01;
}

.news-article__lead {
  margin-top: 40px;
  margin-bottom: 0;
}

.news-article p {
  font-size: 16px;
  line-height: 1.3;
}

.news-article p,
.news-article ul,
.news-article ol,
.news-article blockquote {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}

.news-article a {
  text-underline-offset: 2px;
}

.news-article__media {
  aspect-ratio: 695 / 440;
  margin-top: 40px;
  margin-bottom: 0;
  overflow: clip;
}

.news-article__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-article__section h2,
.news-article__section h3,
.news-article__section h4,
.news-article__section h5,
.news-article__section h6,
.news-article__section .news-article__h7,
.news-article__section p {
  margin-bottom: 0;
}

.news-article__section--h2 {
  margin-top: 50px;
}

.news-article__section--h2 h2 {
  margin-top: 0;
  font-size: 32px;
  line-height: 1.01;
}

.news-article__section--h2 p,
.news-article__section--h3 p {
  margin-top: 30px;
}

.news-article__section--h3,
.news-article__section--h4 {
  margin-top: 50px;
}

.news-article__section--h3 h3 {
  margin-top: 0;
  font-size: 26px;
  line-height: 1.01;
}

.news-article__section--h4 h4 {
  margin-top: 0;
  font-size: 22px;
  line-height: 1.01;
}

.news-article__section--h4 p {
  margin-top: 20px;
}

.news-article__section--h5,
.news-article__section--h6,
.news-article__section--h7 {
  margin-top: 40px;
}

.news-article__section--h5 h5 {
  font-weight: 700;
  margin-top: 0;
  font-size: 18px;
  line-height: 1.01;
}

.news-article__section--h5 ul,
.news-article__section--h6 ol {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 25px;
  color: rgba(64, 64, 64, 0.7);
  font-size: 16px;
}

.news-article__section--h5 ul {
  line-height: 26px;
}

.news-article__section--h6 h6 {
  font-weight: 700;
  margin-top: 0;
  font-size: 16px;
  line-height: 1.01;
}

.news-article__section--h6 ol {
  line-height: 25.6px;
}

.news-article__section--h7 .news-article__h7 {
  font-weight: 700;
  margin-top: 0;
  font-size: 14px;
  line-height: 1.01;
  text-transform: uppercase;
}

.news-article__section--h7 > p:last-child {
  margin-top: 20px;
}

.news-article strong {
  font-weight: 700;
}

.news-article blockquote {
  margin-top: 50px;
  margin-bottom: 0;
  padding: 30px 20px;
  border-left: 4px solid var(--color-muted);
  background: #f5f5f5;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .news-article-page__breadcrumbs.breadcrumbs {
    margin-top: 20px;
  }

  .news-article {
    margin-block: 40px 90px;
  }

  .news-article__date {
    font-size: 12px;
  }

  .news-article h1 {
    margin-top: 20px;
    font-size: 24px;
  }

  .news-article p {
    font-size: 14px;
  }

  .news-article__lead {
    margin-top: 30px;
  }

  .news-article__media {
    aspect-ratio: 350 / 250;
    margin-top: 28px;
  }

  .news-article__section--h2,
  .news-article__section--h3,
  .news-article__section--h4 {
    margin-top: 40px;
  }

  .news-article__section--h2 h2 {
    font-size: 20px;
  }

  .news-article__section--h2 p,
  .news-article__section--h3 p {
    margin-top: 20px;
  }

  .news-article__section--h3 h3 {
    font-size: 18px;
  }

  .news-article__section--h4 h4 {
    font-size: 16px;
  }

  .news-article__section--h5 h5 {
    font-size: 15px;
  }

  .news-article__section--h5 ul,
  .news-article__section--h6 ol {
    padding-left: 20px;
    font-size: 14px;
  }

  .news-article__section--h5 ul {
    line-height: 25px;
  }

  .news-article__section--h6 h6 {
    font-size: 14px;
  }

  .news-article__section--h6 ol {
    line-height: 22.4px;
  }

  .news-article__section--h7 .news-article__h7 {
    font-size: 12px;
  }

  .news-article blockquote {
    margin-top: 40px;
    padding: 30px 16px;
    font-size: 12px;
  }
}
