/**
 * Long-form standard pages: About and legal documents.
 * Scoped deliberately so other page hero variants remain unchanged.
 */

.standard-page--editorial {
  background: #fff;
}

.page-hero--editorial {
  padding: 50px 20px;
  background: #fff;
}

.page-hero--editorial .site-container {
  width: min(calc(100% - 20px), 1380px);
  max-width: 1380px;
  margin-inline: auto;
}

.standard-page--editorial .prose-content--editorial {
  width: min(calc(100% - 60px), 1380px);
  max-width: 1380px;
  margin-inline: auto;
}

.page-hero--editorial h1 {
  margin: 0;
  color: #000;
  font-family: "Sequel 100 Black", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.standard-page--editorial .prose-content--editorial {
  padding: 50px 0;
  color: #4d4d4d;
  font-family: "Sequel Sans Book", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.standard-page--editorial .prose-content--editorial > *:first-child {
  margin-top: 0;
}

.standard-page--editorial .prose-content--editorial > *:last-child {
  margin-bottom: 0;
}

.standard-page--editorial .prose-content--editorial p,
.standard-page--editorial .prose-content--editorial li {
  font-size: 1rem;
  line-height: 1.5;
}

.standard-page--editorial .prose-content--editorial p,
.standard-page--editorial .prose-content--editorial ul,
.standard-page--editorial .prose-content--editorial ol,
.standard-page--editorial .prose-content--editorial blockquote,
.standard-page--editorial .prose-content--editorial figure,
.standard-page--editorial .prose-content--editorial table {
  margin-top: 0;
  margin-bottom: 0.9rem;
}

.standard-page--editorial .prose-content--editorial ul,
.standard-page--editorial .prose-content--editorial ol {
  padding-left: 1.5rem;
}

.standard-page--editorial .prose-content--editorial li + li {
  margin-top: 0.35rem;
}

.standard-page--editorial .prose-content--editorial h2,
.standard-page--editorial .prose-content--editorial h3,
.standard-page--editorial .prose-content--editorial h4,
.standard-page--editorial .prose-content--editorial h5,
.standard-page--editorial .prose-content--editorial h6 {
  margin: 2rem 0 0.75rem;
  color: #000;
  font-family: "Sequel Sans Bold", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  overflow-wrap: anywhere;
  text-transform: none;
}

.standard-page--editorial .prose-content--editorial h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
}

.standard-page--editorial .prose-content--editorial h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.standard-page--editorial .prose-content--editorial h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.standard-page--editorial .prose-content--editorial h5 {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.standard-page--editorial .prose-content--editorial h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.standard-page--editorial .prose-content--editorial a {
  color: #000;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.standard-page--editorial .prose-content--editorial a:hover {
  color: #4d4d4d;
}

.standard-page--editorial .prose-content--editorial a:focus-visible {
  border-radius: 2px;
  outline: 3px solid #bad0db;
  outline-offset: 3px;
}

.standard-page--editorial .prose-content--editorial blockquote {
  padding-left: 1.25rem;
  border-left: 3px solid #000;
}

.standard-page--editorial .prose-content--editorial blockquote > :last-child {
  margin-bottom: 0;
}

.standard-page--editorial .prose-content--editorial .wp-block-table,
.standard-page--editorial .prose-content--editorial table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  -webkit-overflow-scrolling: touch;
}

.standard-page--editorial .prose-content--editorial th,
.standard-page--editorial .prose-content--editorial td {
  min-width: 9rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid #d9d9d4;
  text-align: left;
  vertical-align: top;
}

.standard-page--editorial .prose-content--editorial [id] {
  scroll-margin-top: 6.25rem;
}

.editorial-single--refactored .editorial-single__date {
  margin-bottom: 1.5rem;
  color: #4d4d4d;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.0625rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}

.editorial-single--refactored .editorial-single__image {
  margin-bottom: 2rem;
  overflow: hidden;
}

.editorial-single--refactored .editorial-single__image img {
  width: 100%;
  max-height: 760px;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .page-hero--editorial h1 {
    font-size: 2rem;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .standard-page--editorial .prose-content--editorial h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .standard-page--editorial .prose-content--editorial h3 {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }

  .standard-page--editorial .prose-content--editorial h4 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }

  .standard-page--editorial .prose-content--editorial h5,
  .standard-page--editorial .prose-content--editorial h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
