/* Generated by build-site-seo-deploy.ps1. Do not edit directly. */
/* Source: brand-architecture.css */
:root {
  --yh-brand-navy: #0b2233;
  --yh-brand-ink: #16272f;
  --yh-brand-evergreen: #0e5a46;
  --yh-brand-freshwater: #5fd8bc;
  --yh-brand-lake: #5fd8bc;
  --yh-brand-snow: #f6f8fa;
  --yh-brand-paper: #fff;
  --yh-brand-fog: #d8e1e8;
  --yh-brand-slate: #60717b;
  --yh-brand-archive: #e7e0d1;
  --yh-brand-rule: #c9d3d8;
  --yh-brand-sans: Mulish, Arial, sans-serif;
  --yh-brand-serif: Georgia, "Times New Roman", serif;
}

.yhseo-daily-site-header__brand,
.yhseo-brand-footer__brand,
.yh-brand-wordmark {
  font-family: var(--yh-brand-sans) !important;
  font-weight: 800 !important;
  letter-spacing: -.035em !important;
}

.yhseo-ai-production-note {
  box-sizing: border-box;
  width: min(100%, 720px);
  margin: 0 auto 30px;
  padding: 13px 15px;
  color: var(--yh-brand-fog);
  background: #102638;
  border-left: 4px solid var(--yh-brand-freshwater);
  border-radius: 4px;
  font-family: var(--yh-brand-sans);
  font-size: 13px;
  line-height: 1.55;
}

.yhseo-ai-production-note p {
  margin: 0 !important;
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.yhseo-ai-production-note strong {
  color: var(--yh-brand-snow);
}

.yhseo-brand-footer {
  background: var(--yh-brand-navy);
  color: var(--yh-brand-fog);
  font-size: 15px;
  line-height: 1.5;
}

.yhseo-brand-footer__inner {
  box-sizing: border-box;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 42px 24px 24px;
}

.yhseo-brand-footer a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.yhseo-brand-footer__masthead {
  display: grid;
  grid-template-columns: minmax(180px, .75fr) minmax(280px, 1.25fr);
  gap: 28px;
  align-items: end;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(232, 240, 247, .2);
}

.yhseo-brand-footer__brand {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #fff !important;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.035em;
  text-decoration: none !important;
}

.yhseo-brand-footer__masthead p,
.yhseo-brand-footer__group p,
.yhseo-brand-footer__base p {
  margin: 7px 0 0;
}

.yhseo-brand-footer__publisher {
  max-width: 610px;
  color: #c8d6e3;
  font-size: 17px;
}

.yhseo-brand-footer__publisher strong {
  color: #fff;
}

.yhseo-brand-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr 1.2fr .9fr;
  gap: 30px;
  padding: 32px 0;
}

.yhseo-brand-footer__group h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .025em;
  text-transform: none;
}

.yhseo-brand-footer__group p {
  min-height: 44px;
  color: #9fb2c4;
  font-size: 12px;
  line-height: 1.45;
}

.yhseo-brand-footer__group ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.yhseo-brand-footer__group li {
  margin: 0;
  padding: 0;
}

.yhseo-brand-footer__base {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(232, 240, 247, .2);
  color: #9fb2c4;
  font-size: 12px;
}

.yhseo-brand-footer-mobile {
  display: none;
}

@media (max-width: 900px) {
  .yhseo-brand-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .yhseo-brand-footer__inner {
    padding: 0;
  }

  .yhseo-brand-footer__masthead,
  .yhseo-brand-footer__grid,
  .yhseo-brand-footer__base {
    display: none;
  }

  .yhseo-brand-footer-mobile {
    display: block;
    padding: 26px 18px 18px;
  }

  .yhseo-brand-footer-mobile a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }

  .yhseo-brand-footer-mobile__intro p,
  .yhseo-brand-footer-mobile__ownership,
  .yhseo-brand-footer-mobile__base p {
    margin: 0;
  }

  .yhseo-brand-footer-mobile__intro .yhseo-brand-footer__brand {
    font-size: 32px;
  }

  .yhseo-brand-footer-mobile__intro p {
    margin-top: 5px;
    color: #afc0cc;
    font-size: 13px;
  }

  .yhseo-brand-footer-mobile__primary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin: 18px 0;
  }

  .yhseo-brand-footer-mobile__primary a {
    display: grid;
    place-items: center;
    min-height: 44px;
    padding: 8px 10px;
    border: 1px solid rgba(232, 240, 247, .2);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
  }

  .yhseo-brand-footer-mobile__groups {
    border-top: 1px solid rgba(232, 240, 247, .17);
  }

  .yhseo-brand-footer-mobile__group {
    border-bottom: 1px solid rgba(232, 240, 247, .17);
  }

  .yhseo-brand-footer-mobile__group summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 46px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
  }

  .yhseo-brand-footer-mobile__group summary::-webkit-details-marker {
    display: none;
  }

  .yhseo-brand-footer-mobile__group summary::after {
    color: #5fd8bc;
    content: "+";
    font-size: 18px;
    font-weight: 500;
  }

  .yhseo-brand-footer-mobile__group[open] summary::after {
    content: "âˆ’";
  }

  .yhseo-brand-footer-mobile__group ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0 0 16px;
    list-style: none;
  }

  .yhseo-brand-footer-mobile__group li {
    margin: 0;
  }

  .yhseo-brand-footer-mobile__group a {
    color: #c9d7e0;
    font-size: 13px;
  }

  .yhseo-brand-footer-mobile__utility {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid rgba(232, 240, 247, .17);
  }

  .yhseo-brand-footer-mobile__ownership {
    color: #afc0cc;
    font-size: 11px;
    line-height: 1.45;
  }

  .yhseo-brand-footer-mobile__ownership strong {
    color: #fff;
  }

  .yhseo-brand-footer-mobile__utility > a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    color: #5fd8bc;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
  }

  .yhseo-brand-footer-mobile__base {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-top: 15px;
    color: #8fa5b5;
    font-size: 10px;
  }

  .yhseo-brand-footer-mobile__base a {
    min-width: 44px;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }
}

/* Source: daily-edition.css */
.yhseo-daily-edition,
.yhseo-daily-edition * {
  box-sizing: border-box;
}

/* Keep functional metadata legible without changing the stable daily CTA. */
.yhseo-daily-site-header__email { font-size: 12px !important; }
.yhseo-daily-edition__meta,
.yhseo-daily-edition__meta span { font-size: 12px !important; }

.yhseo-daily-edition {
  --daily-ink: #16272f;
  --daily-muted: #5d7078;
  --daily-green: #0e5a46;
  --daily-gold: #e7b84b;
  --daily-paper: #fffefb;
  --daily-line: rgba(18, 42, 54, .15);
  width: min(1180px, calc(100% - 32px));
  margin: 20px auto 42px;
  color: var(--daily-ink);
  font-family: Mulish, Arial, sans-serif;
}

.yhseo-daily-operational-alert {
  margin: 0 0 18px;
  padding: 14px 16px;
  color: #5c4300;
  background: #fff0c7;
  border: 1px solid #d6a84b;
  border-radius: 4px;
  line-height: 1.45;
}

body.home:has(#yhseo-daily-edition-home) main > .wp-block-columns:has(.yh-main-story),
body.yhseo-home-daily-ready main > .wp-block-columns:has(.yh-main-story) {
  display: none !important;
}

.yhseo-daily-page {
  margin: 0;
  background: #e8edec;
}

.yhseo-daily-skip-link {
  position: fixed;
  z-index: 100000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: #0e5a46;
  border-radius: 4px;
  font: 800 13px/1.2 Mulish, Arial, sans-serif;
  transform: translateY(-160%);
}

.yhseo-daily-skip-link:focus {
  top: 8px !important;
  transform: none !important;
}

.yhseo-daily-site-header {
  position: relative;
  z-index: 100;
  color: #fff;
  background: #0b2233;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  font-family: Mulish, Arial, sans-serif;
}

.yhseo-daily-site-header__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
}

.yhseo-daily-site-header__brand {
  display: grid;
  min-height: 44px;
  gap: 3px;
  align-content: center;
  color: #fff !important;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1;
  text-decoration: none !important;
}

.yhseo-daily-site-header__brand span {
  color: #aebfcb;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
}

/* Mirrors daily-edition.css: content-sized flex items with nowrap labels so
   "HISTORY & CULTURE" never wraps onto two lines. */
.yhseo-daily-site-header__nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: clamp(11px, 1.3vw, 22px);
}

.yhseo-daily-site-header__nav a,
.yhseo-daily-site-header__mobile-nav a {
  color: #dce7ef;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .045em;
  text-decoration: none;
  text-transform: uppercase;
}

.yhseo-daily-site-header__nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  white-space: nowrap;
}

/* Mirrors daily-edition.css: brand + tagline + seven labels + the email
   button need ~1265px against a 1180px measure, so the tagline (restated in
   the footer, and by the story header on an article) steps aside wherever
   the horizontal nav is shown. */
@media (min-width: 1120px) {
  .yhseo-daily-site-header__brand span {
    display: none;
  }
}

.yhseo-daily-site-header__nav a[aria-current="page"],
.yhseo-daily-site-header__mobile-nav a[aria-current="page"] {
  color: #5fd8bc;
}

.yhseo-daily-site-header__email {
  min-height: 44px;
  padding: 10px 13px;
  color: #0b2233 !important;
  background: #5fd8bc;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none !important;
}

.yhseo-daily-site-header__menu {
  display: none;
}

.yhseo-daily-main {
  min-height: 70vh;
  padding: 18px 0 54px;
}

.yhseo-daily-edition--page {
  margin-top: 12px;
}

.yhseo-daily-edition__header,
.yhseo-daily-edition__meta,
.yhseo-daily-edition__footer,
.yhseo-daily-edition__archive-nav,
.yhseo-daily-clip,
.yhseo-daily-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.yhseo-daily-email {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0;
  padding: 22px 26px;
  border-right: 1px solid var(--daily-line);
  border-bottom: 1px solid var(--daily-line);
  border-left: 1px solid var(--daily-line);
  color: var(--daily-ink);
  background: #e8f5f2;
}

.yhseo-daily-email h2,
.yhseo-daily-email p {
  margin: 0;
}

.yhseo-daily-email h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.08;
}

.yhseo-daily-email div > p:last-child {
  margin-top: 7px;
  color: #48616b;
  font-size: 13px;
  line-height: 1.45;
}

.yhseo-daily-email > a {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 12px 16px;
  color: #fff !important;
  background: var(--daily-green);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none !important;
}

.yhseo-daily-edition__header {
  padding: 24px 26px 20px;
  border-radius: 12px 12px 0 0;
  color: #fff;
  background: #0b2233;
}

.yhseo-daily-edition__kicker,
.yhseo-daily-card__label {
  margin: 0 0 8px;
  color: #5fd8bc;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 1.2;
  text-transform: uppercase;
}

.yhseo-daily-edition__header h1,
.yhseo-daily-edition__header h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(29px, 4.5vw, 50px);
  font-weight: 600;
  line-height: 1.08;
  text-wrap: pretty;
}

.yhseo-daily-edition__date {
  display: block;
  margin-top: 9px;
  color: #c7d5da;
  font-family: Mulish, Arial, sans-serif;
  font-size: clamp(15px, 1.8vw, 19px);
  font-weight: 800;
  letter-spacing: .015em;
  line-height: 1.25;
}

.yhseo-daily-edition__meta {
  flex: 0 0 auto;
  align-items: flex-end;
  flex-direction: column;
  color: #c7d5da;
  font-size: 11px;
  font-weight: 700;
}

.yhseo-daily-edition__meta span {
  color: #9eb0b8;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .025em;
}

.yhseo-daily-edition__meta a,
.yhseo-daily-edition__header a {
  color: #fff;
}

.yhseo-daily-edition__reason {
  margin: 0;
  padding: 15px 26px;
  border-right: 1px solid var(--daily-line);
  border-left: 1px solid var(--daily-line);
  color: #39535e;
  background: #e7e0d1;
  font-size: 14px;
  line-height: 1.5;
}

.yhseo-daily-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  min-height: 420px;
  overflow: hidden;
  border: 1px solid var(--daily-line);
  background: var(--daily-paper);
}

.yhseo-daily-lead__media {
  display: block;
  min-height: 420px;
  overflow: hidden;
  background: #dfe7e7;
}

.yhseo-daily-lead__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.yhseo-daily-lead__body {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: clamp(24px, 4vw, 48px);
}

.yhseo-daily-lead__body h2 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.09;
  text-wrap: pretty;
}

.yhseo-daily-lead__body h2 a {
  color: var(--daily-ink);
  text-decoration: none;
}

.yhseo-daily-lead__body > p:not(.yhseo-daily-card__label) {
  margin: 0 0 22px;
  color: var(--daily-muted);
  font-size: 15px;
  line-height: 1.55;
}

.yhseo-daily-button,
.yhseo-daily-edition__footer a,
.yhseo-daily-clip > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 16px;
  border-radius: 4px;
  color: #fff !important;
  background: var(--daily-green);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
}

.yhseo-daily-followups {
  padding: 26px;
  border-right: 1px solid var(--daily-line);
  border-bottom: 1px solid var(--daily-line);
  border-left: 1px solid var(--daily-line);
  background: #f7f9f9;
}

.yhseo-daily-followups__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 17px;
}

.yhseo-daily-followups__heading > p {
  max-width: 260px;
  margin: 0;
  color: var(--daily-muted);
  font-size: 12px;
  line-height: 1.45;
  text-align: right;
}

.yhseo-daily-followups__heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 600;
  line-height: 1.12;
}

.yhseo-daily-followups ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.yhseo-daily-followups li {
  min-width: 0;
}

.yhseo-daily-followups li > a {
  display: grid;
  grid-template-columns: 34px 96px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  height: 100%;
  padding: 10px;
  border: 1px solid var(--daily-line);
  border-radius: 12px;
  color: var(--daily-ink);
  background: #fff;
  text-decoration: none;
}

.yhseo-daily-followups li > a.yhseo-daily-followups__card--text {
  grid-template-columns: 34px minmax(0, 1fr);
}

.yhseo-daily-followups__number {
  align-self: start;
  padding-top: 4px;
  color: #8b9ca3;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.yhseo-daily-followups img {
  display: block;
  width: 96px;
  height: 72px;
  border-radius: 4px;
  object-fit: cover;
}

.yhseo-daily-followups span,
.yhseo-daily-followups strong,
.yhseo-daily-followups small {
  display: block;
}

.yhseo-daily-followups small {
  margin-bottom: 5px;
  color: var(--daily-green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.yhseo-daily-followups strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.22;
  text-wrap: pretty;
}

.yhseo-daily-clip,
.yhseo-daily-progress,
.yhseo-daily-edition__footer,
.yhseo-daily-edition__archive-nav,
.yhseo-daily-edition__note {
  margin: 0;
  padding: 16px 22px;
  border-right: 1px solid var(--daily-line);
  border-bottom: 1px solid var(--daily-line);
  border-left: 1px solid var(--daily-line);
}

.yhseo-daily-clip {
  background: #e8f5f2;
}

.yhseo-daily-clip strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.yhseo-daily-progress {
  color: #39535e;
  background: #fff;
  font-size: 13px;
}

.yhseo-daily-progress p {
  margin: 0;
}

.yhseo-daily-progress [data-yh-daily-caught-up] {
  color: #0e5a46;
}

.yhseo-daily-complete {
  margin: 0;
  padding: 34px 26px 32px;
  border-right: 1px solid var(--daily-line);
  border-bottom: 1px solid var(--daily-line);
  border-left: 1px solid var(--daily-line);
  color: #fff;
  background: #0b2233;
  text-align: center;
}

.yhseo-daily-complete h2,
.yhseo-daily-complete p {
  margin: 0;
}

.yhseo-daily-complete h2 {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.6vw, 26px);
  line-height: 1.05;
}

.yhseo-daily-complete > p:last-child {
  max-width: 590px;
  margin: 10px auto 0;
  color: #c7d5da;
  font-size: 13px;
  line-height: 1.5;
}

.yhseo-daily-edition__note {
  color: #5b4933;
  background: #fff6e3;
  font-size: 13px;
  line-height: 1.45;
}

.yhseo-daily-edition__footer,
.yhseo-daily-edition__archive-nav {
  border-radius: 0 0 12px 12px;
  background: #0b2233;
}

.yhseo-daily-edition__archive-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }
}

/* 1119px, not 1040: below that the seven labels cannot hold one line even
   without the tagline, so the band gets the menu. Mirrors daily-edition.css. */
@media (max-width: 1119px) {
  .yhseo-daily-site-header__inner {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
    width: calc(100% - 24px);
    min-height: 64px;
  }

  .yhseo-daily-site-header__nav {
    display: none;
  }

  .yhseo-daily-site-header__menu {
    display: block;
    min-width: 68px;
    position: relative;
  }

  .yhseo-daily-site-header__menu summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 68px;
    min-height: 44px;
    padding: 9px 12px;
    color: #fff;
    background: #12394b;
    border: 1px solid rgba(255, 255, 255, .48);
    border-radius: 4px;
    font-size: 11px;
    font-weight: 900;
    cursor: pointer;
    list-style: none;
  }

  .yhseo-daily-site-header__menu summary::before {
    width: 14px;
    height: 2px;
    content: "";
    background: currentColor;
    border-radius: 2px;
    box-shadow: 0 -5px 0 currentColor, 0 5px 0 currentColor;
  }

  .yhseo-daily-site-header__menu[open] summary {
    color: #0b2233;
    background: #5fd8bc;
    border-color: #5fd8bc;
  }

  .yhseo-daily-site-header__menu summary::-webkit-details-marker {
    display: none;
  }

  .yhseo-daily-site-header__mobile-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: auto;
    display: none;
    width: min(280px, calc(100vw - 24px));
    padding: 9px;
    background: #0b2233;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .28);
  }

  .yhseo-daily-site-header__menu:not([open]) > .yhseo-daily-site-header__mobile-nav {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
  }

  .yhseo-daily-site-header__menu[open] > .yhseo-daily-site-header__mobile-nav {
    display: grid !important;
    visibility: visible;
    pointer-events: auto;
  }

  .yhseo-daily-site-header__mobile-nav a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 9px;
  }

  .yhseo-daily-edition {
    width: min(100% - 20px, 720px);
    margin-top: 10px;
  }

  .yhseo-daily-edition__header,
  .yhseo-daily-followups__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .yhseo-daily-followups__heading > p {
    max-width: none;
    text-align: left;
  }

  .yhseo-daily-edition__meta {
    align-items: flex-start;
    flex-direction: row;
  }

  .yhseo-daily-lead {
    grid-template-columns: 1fr;
  }

  .yhseo-daily-lead,
  .yhseo-daily-lead__media,
  .yhseo-daily-lead__media img {
    min-height: 0;
  }

  .yhseo-daily-lead__media img {
    aspect-ratio: 16 / 10;
  }

  .yhseo-daily-followups ol {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .yhseo-daily-site-header__menu {
    position: static;
  }

  .yhseo-daily-site-header__mobile-nav {
    right: auto;
    left: 12px;
    width: min(300px, calc(100vw - 24px));
  }

  .yhseo-daily-site-header__email {
    display: none;
  }

  .yhseo-daily-site-header__inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .yhseo-daily-main {
    padding-top: 4px;
  }

  .yhseo-daily-edition {
    width: calc(100% - 12px);
    margin-bottom: 28px;
  }

  .yhseo-daily-edition__header {
    padding: 18px 16px 15px;
  }

  .yhseo-daily-edition__header h1,
  .yhseo-daily-edition__header h2 {
    font-size: 29px;
  }

  .yhseo-daily-edition__reason,
  .yhseo-daily-followups {
    padding: 14px 16px;
  }

  .yhseo-daily-edition__reason,
  .yhseo-daily-lead__body > p:not(.yhseo-daily-card__label),
  .yhseo-daily-followups__heading > p {
    font-size: 15px;
  }

  .yhseo-daily-edition__kicker,
  .yhseo-daily-card__label,
  .yhseo-daily-followups small {
    font-size: 11.5px;
    letter-spacing: .025em;
  }

  .yhseo-daily-lead__body {
    padding: 20px 16px 22px;
  }

  .yhseo-daily-lead__body h2 {
    font-size: 30px;
  }

  .yhseo-daily-followups li > a {
    grid-template-columns: 28px 78px minmax(0, 1fr);
    gap: 9px;
  }

  .yhseo-daily-followups li > a.yhseo-daily-followups__card--text {
    grid-template-columns: 28px minmax(0, 1fr);
  }

  .yhseo-daily-followups img {
    width: 78px;
    height: 58px;
  }

  .yhseo-daily-clip,
  .yhseo-daily-progress,
  .yhseo-daily-complete,
  .yhseo-daily-email,
  .yhseo-daily-edition__footer,
  .yhseo-daily-edition__archive-nav,
  .yhseo-daily-edition__note {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 16px;
  }

  .yhseo-daily-email > a {
    width: 100%;
  }

  .yhseo-daily-complete {
    padding: 28px 16px;
  }
}

/* Source: publication-shell.css */
:root {
  --yh-shell-bg: #e8edec;
  --yh-shell-surface: #fff;
  --yh-shell-navy: #0b2233;
  --yh-shell-text: #16272f;
  --yh-shell-muted: #60747b;
  --yh-shell-accent: #0e5a46;
  --yh-shell-accent-hover: #0a4737;
  --yh-shell-rule: rgba(18, 42, 54, .16);
  --yh-shell-max: 1180px;
  --yh-shell-reading: 760px;
  --yh-shell-space-1: 8px;
  --yh-shell-space-2: 16px;
  --yh-shell-space-3: 24px;
  --yh-shell-space-4: 32px;
  --yh-shell-space-5: 48px;
  --yh-shell-space-6: 64px;
}

body.yhseo-publication-shell {
  margin: 0;
  padding-top: 0 !important;
  color: var(--yh-shell-text);
  background: var(--yh-shell-bg) !important;
  font-family: Mulish, Arial, sans-serif;
}

body.yhseo-publication-shell,
body.yhseo-publication-shell * {
  box-sizing: border-box;
}

body.yhseo-publication-shell > .yh-mobile-native-menu,
body.yhseo-publication-shell .floatyheader,
body.yhseo-publication-shell .floatyheader-wrapper {
  display: none !important;
}

body.yhseo-publication-shell .wp-site-blocks {
  padding: 0 !important;
  background: transparent !important;
}

body.yhseo-publication-shell main#wp--skip-link--target {
  width: min(960px, calc(100% - 32px)) !important;
  max-width: 960px !important;
  margin: var(--yh-shell-space-4) auto var(--yh-shell-space-6) !important;
  padding: clamp(28px, 5vw, 64px) !important;
  overflow: visible !important;
  color: var(--yh-shell-text) !important;
  background: var(--yh-shell-surface) !important;
  border: 1px solid var(--yh-shell-rule);
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(7, 31, 46, .05);
}

body.yhseo-publication-shell main#wp--skip-link--target > :is(.alignwide, .alignfull, .wp-block-columns, .wp-block-group),
body.yhseo-publication-shell main#wp--skip-link--target .wp-block-columns.alignwide {
  width: 100% !important;
  max-width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  transform: none !important;
}

body.yhseo-publication-shell main#wp--skip-link--target .wp-block-column {
  min-width: 0;
}

body.yhseo-publication-shell :is(.wp-block-post-title, .entry-title) {
  max-width: 820px;
  margin-right: auto !important;
  margin-left: auto !important;
  color: var(--yh-shell-text) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(42px, 6vw, 68px) !important;
  font-weight: 600 !important;
  letter-spacing: -.025em !important;
  line-height: 1.06 !important;
  text-align: left !important;
  text-wrap: balance;
}

body.yhseo-publication-shell :is(.wp-block-post-excerpt, .wp-block-post-excerpt__excerpt, .entry-summary) {
  max-width: var(--yh-shell-reading);
  margin-right: auto !important;
  margin-left: auto !important;
  color: var(--yh-shell-muted) !important;
  font-family: Mulish, Arial, sans-serif !important;
  font-size: clamp(18px, 2vw, 22px) !important;
  line-height: 1.5 !important;
}

body.yhseo-publication-shell :is(.wp-block-post-date, .wp-block-post-author, .taxonomy-category, .taxonomy-post_tag) {
  color: var(--yh-shell-muted) !important;
  font-family: Mulish, Arial, sans-serif !important;
}

body.yhseo-publication-shell .wp-block-post-featured-image {
  width: 100%;
  max-width: 840px;
  margin: var(--yh-shell-space-4) auto !important;
  overflow: hidden;
  border-radius: 12px;
}

body.yhseo-publication-shell .wp-block-post-featured-image img {
  width: 100%;
  height: auto;
}

/* Watch detail templates omit the block-theme figure. The approved render-only
   compatibility figure uses the same centered article-media geometry. */
body.yhseo-publication-shell .yhseo-approved-watch-featured-media,
body.yh-watch-experience-detail-page .yhseo-approved-watch-featured-media {
  width: min(100%, 840px) !important;
  margin: var(--yh-shell-space-4, 24px) auto !important;
}

body.yhseo-publication-shell .yhseo-approved-watch-featured-media > a,
body.yh-watch-experience-detail-page .yhseo-approved-watch-featured-media > a,
body.yhseo-publication-shell .yhseo-approved-watch-featured-media img,
body.yh-watch-experience-detail-page .yhseo-approved-watch-featured-media img {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.yhseo-publication-shell main#wp--skip-link--target :is(.wp-block-image, figure) img,
body.yhseo-publication-shell main#wp--skip-link--target .wp-block-post-content img {
  max-width: 100%;
  height: auto;
}

body.yhseo-publication-shell .wp-block-post-content,
body.yhseo-publication-about .entry-content {
  width: 100% !important;
  max-width: var(--yh-shell-reading) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  color: var(--yh-shell-text) !important;
  background: transparent !important;
}

body.yhseo-publication-about main#wp--skip-link--target :is(p, li),
body.yhseo-publication-about main#wp--skip-link--target :is(h1, h2, h3, h4) {
  color: var(--yh-shell-text) !important;
}

body.yhseo-publication-about main#wp--skip-link--target h1 {
  margin-top: 0 !important;
  margin-bottom: var(--yh-shell-space-4) !important;
}

body.yhseo-publication-about main#wp--skip-link--target h2,
body.yhseo-publication-about main#wp--skip-link--target h3 {
  margin-top: var(--yh-shell-space-5) !important;
  margin-bottom: var(--yh-shell-space-2) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 600 !important;
  line-height: 1.14 !important;
}

body.yhseo-publication-about main#wp--skip-link--target p,
body.yhseo-publication-about main#wp--skip-link--target li {
  font-size: 18px !important;
  line-height: 1.65 !important;
}

body.yhseo-publication-shell :is(.wp-element-button, .wp-block-button__link, button:not(.wpconsent-button)) {
  color: #fff !important;
  background: var(--yh-shell-accent) !important;
  border: 0 !important;
  border-radius: 4px !important;
  font-family: Mulish, Arial, sans-serif !important;
  font-weight: 900 !important;
}

body.yhseo-publication-shell :is(.wp-element-button, .wp-block-button__link, button:not(.wpconsent-button)):hover {
  background: var(--yh-shell-accent-hover) !important;
}

body.yhseo-publication-shell main#wp--skip-link--target a:not(.wp-element-button):not(.wp-block-button__link) {
  color: var(--yh-shell-accent);
  text-underline-offset: .16em;
}

body.yhseo-publication-shell :is(.yhseo-source-standard, .yhseo-source-ledger, .yhseo-publisher-identity) {
  color: #eaf5f4 !important;
  background: var(--yh-shell-navy) !important;
  border-color: rgba(113, 220, 198, .28) !important;
  border-radius: 12px !important;
}

body.yhseo-publication-shell :is(.yhseo-source-standard, .yhseo-source-ledger, .yhseo-publisher-identity) :is(h2, h3, p, li, strong) {
  color: inherit !important;
}

body.yhseo-publication-shell main#wp--skip-link--target :is(.yhseo-source-standard, .yhseo-source-ledger, .yhseo-publisher-identity) *,
body.yhseo-publication-shell :is(.yhseo-source-standard, .yhseo-source-ledger, .yhseo-publisher-identity) * {
  color: #eaf5f4 !important;
}

body.yhseo-publication-shell main#wp--skip-link--target :is(.yhseo-source-standard, .yhseo-source-ledger, .yhseo-publisher-identity) a,
body.yhseo-publication-shell :is(.yhseo-source-standard, .yhseo-source-ledger, .yhseo-publisher-identity) a {
  color: #8ce7d5 !important;
}

body.yhseo-publication-about > :is(.yhad-site-trust, .yhhe-receipt) {
  display: none !important;
}

@media (max-width: 700px) {
  body.yhseo-publication-shell main#wp--skip-link--target {
    width: calc(100% - 12px) !important;
    margin-top: 8px !important;
    margin-bottom: 32px !important;
    padding: 24px 18px 40px !important;
    border-radius: 12px;
  }

  body.yhseo-publication-shell :is(.wp-block-post-title, .entry-title) {
    font-size: clamp(36px, 11vw, 48px) !important;
    line-height: 1.1 !important;
  }

  body.yhseo-publication-shell .wp-block-post-content,
  body.yhseo-publication-about .entry-content {
    max-width: 100% !important;
  }

  body.yhseo-publication-about main#wp--skip-link--target p,
  body.yhseo-publication-about main#wp--skip-link--target li {
    font-size: 18px !important;
    line-height: 1.68 !important;
  }
}

/* Source: post-typography.css */
/*
 * YooperHub article defaults.
 *
 * Ordinary pasted content is normalized to these defaults. Gutenberg's
 * explicit font-size, font-family, and text-color classes remain available
 * when a publisher intentionally chooses an override in the editor.
 */

:root {
  --yh-article-serif: "EB Garamond", Georgia, "Times New Roman", serif;
  --yh-article-sans: Mulish, Arial, sans-serif;
  --yh-article-copy: #d8e1e8;
  --yh-article-heading: #f6f8fa;
  --yh-article-muted: #9fb2c4;
  --yh-article-rule: #293b4d;
  --yh-article-accent: #0e5a46;
}

body.single-post .wp-block-post-title,
.editor-styles-wrapper .editor-post-title__input,
.editor-styles-wrapper .wp-block-post-title {
  max-width: 840px;
  margin: 16px auto 0;
  font-family: var(--yh-article-sans);
  font-size: 54px;
  font-weight: 780;
  line-height: 1.06;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

body.single-post .wp-block-post-title {
  color: var(--yh-article-heading);
}

body.single-post .wp-block-post-content,
.editor-styles-wrapper .is-root-container {
  font-family: var(--yh-article-serif);
  font-size: 22px;
  font-weight: 450;
  line-height: 1.66;
}

body.single-post .wp-block-post-content {
  color: var(--yh-article-copy);
}

body.single-post .wp-block-post-content > p:not([class*="-font-size"]):not([class*="-font-family"]):not(.has-text-color),
.editor-styles-wrapper .is-root-container > p:not([class*="-font-size"]):not([class*="-font-family"]):not(.has-text-color) {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
  font-family: var(--yh-article-serif) !important;
  font-size: 22px !important;
  font-style: normal !important;
  font-weight: 450 !important;
  letter-spacing: normal !important;
  line-height: 1.66 !important;
}

body.single-post .wp-block-post-content > p:not([class*="-font-size"]):not([class*="-font-family"]):not(.has-text-color) {
  color: var(--yh-article-copy) !important;
}

body.single-post .wp-block-post-content > p:first-child,
.editor-styles-wrapper .is-root-container > p:first-child {
  margin-top: 0 !important;
}

body.single-post .wp-block-post-content > p:first-child > em:only-child,
.editor-styles-wrapper .is-root-container > p:first-child > em:only-child {
  font-style: normal !important;
}

body.single-post .wp-block-post-content > p:not([class*="-font-size"]):not([class*="-font-family"]):not(.has-text-color) :where(span, font),
.editor-styles-wrapper .is-root-container > p:not([class*="-font-size"]):not([class*="-font-family"]):not(.has-text-color) :where(span, font) {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-style: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
}

body.single-post .wp-block-post-content > :is(h2, h3, h4):not([class*="-font-size"]):not([class*="-font-family"]):not(.has-text-color),
.editor-styles-wrapper .is-root-container > :is(h2, h3, h4):not([class*="-font-size"]):not([class*="-font-family"]):not(.has-text-color) {
  font-family: var(--yh-article-sans) !important;
  font-weight: 800 !important;
  letter-spacing: -0.025em !important;
  text-wrap: balance;
}

body.single-post .wp-block-post-content > :is(h2, h3, h4):not([class*="-font-size"]):not([class*="-font-family"]):not(.has-text-color) {
  color: var(--yh-article-heading) !important;
}

body.single-post .wp-block-post-content > h2:not([class*="-font-size"]):not([class*="-font-family"]) {
  margin: 60px 0 0 !important;
  font-size: 34px !important;
  line-height: 1.16 !important;
}

body.single-post .wp-block-post-content > h3:not([class*="-font-size"]):not([class*="-font-family"]) {
  margin: 42px 0 0 !important;
  font-size: 27px !important;
  line-height: 1.16 !important;
}

body.single-post .wp-block-post-content > h4:not([class*="-font-size"]):not([class*="-font-family"]) {
  margin: 36px 0 0 !important;
  font-size: 23px !important;
  line-height: 1.2 !important;
}

.editor-styles-wrapper .is-root-container > h2:not([class*="-font-size"]):not([class*="-font-family"]) {
  margin: 60px auto 0 !important;
  font-size: 34px !important;
  line-height: 1.16 !important;
}

.editor-styles-wrapper .is-root-container > h3:not([class*="-font-size"]):not([class*="-font-family"]) {
  margin: 42px auto 0 !important;
  font-size: 27px !important;
  line-height: 1.16 !important;
}

.editor-styles-wrapper .is-root-container > h4:not([class*="-font-size"]):not([class*="-font-family"]) {
  margin: 36px auto 0 !important;
  font-size: 23px !important;
  line-height: 1.2 !important;
}

body.single-post .wp-block-post-content > :is(ul, ol):not([class*="-font-size"]):not([class*="-font-family"]),
.editor-styles-wrapper .is-root-container > :is(ul, ol):not([class*="-font-size"]):not([class*="-font-family"]) {
  margin: 28px 0 !important;
  padding-left: 1.35em;
  font-family: var(--yh-article-serif) !important;
  font-size: 22px !important;
  line-height: 1.58 !important;
}

body.single-post .wp-block-post-content > :is(ul, ol) li + li,
.editor-styles-wrapper .is-root-container > :is(ul, ol) li + li {
  margin-top: 10px;
}

body.single-post .wp-block-post-content > :is(ul, ol):not([class*="-font-size"]):not([class*="-font-family"]) {
  color: var(--yh-article-copy) !important;
}

body.single-post .wp-block-post-content > blockquote:not([class*="-font-size"]):not([class*="-font-family"]):not(.has-text-color),
.editor-styles-wrapper .is-root-container > blockquote:not([class*="-font-size"]):not([class*="-font-family"]):not(.has-text-color) {
  margin: 36px 0 !important;
  padding: 8px 0 8px 24px;
  border-left: 4px solid var(--yh-article-accent);
  font-family: var(--yh-article-serif) !important;
  font-size: 25px !important;
  font-style: italic;
  line-height: 1.5 !important;
}

body.single-post .wp-block-post-content > blockquote:not([class*="-font-size"]):not([class*="-font-family"]):not(.has-text-color) {
  color: var(--yh-article-heading) !important;
}

body.single-post .wp-block-post-content > blockquote cite,
.editor-styles-wrapper .is-root-container > blockquote cite {
  display: block;
  margin-top: 12px;
  font-family: var(--yh-article-sans);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body.single-post .wp-block-post-content > blockquote cite {
  color: var(--yh-article-muted);
}

body.single-post .wp-block-post-content > :is(figure, .wp-block-embed),
.editor-styles-wrapper .is-root-container > :is(figure, .wp-block-embed) {
  margin-top: 32px;
  margin-bottom: 32px;
}

body.single-post .wp-block-post-content figcaption,
.editor-styles-wrapper .is-root-container figcaption {
  margin-top: 10px;
  font-family: var(--yh-article-sans);
  font-size: 13px;
  font-style: normal;
  line-height: 1.45;
  text-align: left;
}

body.single-post .wp-block-post-content figcaption {
  color: var(--yh-article-muted);
}

body.single-post .wp-block-post-content > hr,
.editor-styles-wrapper .is-root-container > hr {
  margin: 36px 0;
  border-color: var(--yh-article-rule);
}

body.single-post .wp-block-post-content > :is(table, .wp-block-table),
.editor-styles-wrapper .is-root-container > :is(table, .wp-block-table) {
  margin: 36px 0;
  font-family: var(--yh-article-sans);
  font-size: 16px;
  line-height: 1.5;
}

body.single-post .wp-block-post-content > p:not(.has-link-color) a,
body.single-post .wp-block-post-content > :is(ul, ol, blockquote):not(.has-link-color) a {
  color: var(--yh-article-accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

.editor-styles-wrapper .is-root-container > p:not(.has-link-color) a,
.editor-styles-wrapper .is-root-container > :is(ul, ol, blockquote):not(.has-link-color) a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

body.single-post .wp-block-post-content .has-small-font-size,
.editor-styles-wrapper .is-root-container .has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

body.single-post .wp-block-post-content .has-medium-font-size,
.editor-styles-wrapper .is-root-container .has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

body.single-post .wp-block-post-content .has-large-font-size,
.editor-styles-wrapper .is-root-container .has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

body.single-post .wp-block-post-content .has-x-large-font-size,
.editor-styles-wrapper .is-root-container .has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

@media (max-width: 700px) {
  body.single-post .wp-block-post-title,
  .editor-styles-wrapper .editor-post-title__input,
  .editor-styles-wrapper .wp-block-post-title {
    max-width: 100%;
    font-size: 32.37px;
    line-height: 1.08;
    letter-spacing: -0.04em;
  }

  body.single-post .wp-block-post-content,
  .editor-styles-wrapper .is-root-container {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.56;
  }

  body.single-post .wp-block-post-content > p:not([class*="-font-size"]):not([class*="-font-family"]):not(.has-text-color),
  .editor-styles-wrapper .is-root-container > p:not([class*="-font-size"]):not([class*="-font-family"]):not(.has-text-color) {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
    /* Line length on a phone, tuned against counted line boxes rather than an
       estimate from average character width. 21.45px on the old ~333px column
       set 33 characters per line, short enough to break the line more often
       than the sentence does. 19.5px on the widened 345px column (see
       article-visual-refinement.css) measured 35, still at the bottom of the
       band, because Georgia's effective character advance does not scale
       linearly with size the way the projection assumed. 18px measures ~38.
       Leading rises as the size falls so the longer lines keep their air. */
    font-size: 18px !important;
    font-weight: 520 !important;
    line-height: 1.62 !important;
  }

  body.single-post .wp-block-post-content > h2:not([class*="-font-size"]):not([class*="-font-family"]),
  .editor-styles-wrapper .is-root-container > h2:not([class*="-font-size"]):not([class*="-font-family"]) {
    margin-top: 51px !important;
    font-size: 27.69px !important;
    line-height: 1.1 !important;
  }

  body.single-post .wp-block-post-content > h3:not([class*="-font-size"]):not([class*="-font-family"]),
  .editor-styles-wrapper .is-root-container > h3:not([class*="-font-size"]):not([class*="-font-family"]) {
    margin-top: 40px !important;
    font-size: 24px !important;
    line-height: 1.14 !important;
  }

  body.single-post .wp-block-post-content > h4:not([class*="-font-size"]):not([class*="-font-family"]),
  .editor-styles-wrapper .is-root-container > h4:not([class*="-font-size"]):not([class*="-font-family"]) {
    margin-top: 34px !important;
    font-size: 21px !important;
    line-height: 1.18 !important;
  }

  body.single-post .wp-block-post-content > :is(ul, ol):not([class*="-font-size"]):not([class*="-font-family"]),
  .editor-styles-wrapper .is-root-container > :is(ul, ol):not([class*="-font-size"]):not([class*="-font-family"]) {
    margin: 28px 0 !important;
    font-size: 20px !important;
    line-height: 1.55 !important;
  }

  body.single-post .wp-block-post-content > blockquote,
  .editor-styles-wrapper .is-root-container > blockquote {
    margin: 32px 0;
    padding-left: 18px;
    font-size: 22px;
  }

  body.single-post .wp-block-post-content > :is(figure, .wp-block-embed),
  .editor-styles-wrapper .is-root-container > :is(figure, .wp-block-embed) {
    margin-top: 28px;
    margin-bottom: 28px;
  }
}

/* Source: post-read-flow.css */
body.single-post.yhseo-post-read-active main > .wp-block-columns.alignwide {
  justify-content: center;
}

body.single-post.yhseo-post-read-active main > .wp-block-columns.alignwide > .wp-block-column:first-child {
  width: 100%;
  max-width: 860px;
  flex-basis: 860px !important;
}

body.single-post.yhseo-post-read-active main > .wp-block-columns.alignwide > .wp-block-column:nth-child(2),
body.single-post.yhseo-post-read-active .yh-article-author-card,
body.single-post.yhseo-post-read-active .yhseo-inline-recommendation,
body.single-post.yhseo-post-read-active .wp-block-post-navigation-link {
  display: none !important;
}

body.single-post.yhseo-post-read-active .wp-block-post-content .yh-after-story {
  display: grid !important;
  width: 100%;
  max-width: none !important;
  margin: 34px 0 0 !important;
  gap: 0;
}

body.single-post.yhseo-post-read-active .yh-after-story > * {
  width: 100%;
  margin: 0 !important;
  box-sizing: border-box;
}

body.single-post.yhseo-post-read-active .yhseo-post-read-module + .yhseo-post-read-module {
  margin-top: 24px !important;
}

body.single-post.yhseo-post-read-active .yhseo-post-read-module--points,
body.single-post.yhseo-post-read-active .yhseo-post-read-module--more {
  margin-top: 32px !important;
}

body.single-post.yhseo-post-read-active .yh-after-kicker {
  margin: 0 0 7px !important;
  color: #5fd8bc !important;
  font-family: Mulish, Arial, sans-serif !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  letter-spacing: .055em !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

body.single-post.yhseo-post-read-active .yhseo-story-sources {
  padding: 18px 20px;
  color: #b7cdd4;
  background: rgba(12, 31, 48, .66);
  border: 1px solid rgba(159, 178, 196, .24);
  border-left: 4px solid #5fd8bc;
  border-radius: 12px;
}

body.single-post.yhseo-post-read-active .yhseo-story-sources--story-end {
  width: 100%;
  margin: 34px 0 0 !important;
  box-sizing: border-box;
}

body.single-post.yhseo-post-read-active .yhseo-story-sources--story-end + .yh-after-story {
  margin-top: 22px !important;
}

body.single-post.yhseo-post-read-active .wp-block-post-content .yhseo-story-sources h2 {
  margin: 0 0 14px !important;
  color: #fff !important;
  font-family: Mulish, Arial, sans-serif !important;
  font-size: clamp(23px, 3vw, 30px) !important;
  font-weight: 850 !important;
  letter-spacing: -.02em !important;
  line-height: 1.08 !important;
}

body.single-post.yhseo-post-read-active .yhseo-story-sources__body {
  display: grid;
  gap: 14px;
}

body.single-post.yhseo-post-read-active .yhseo-story-source,
body.single-post.yhseo-post-read-active .yhseo-story-topics {
  margin: 0 !important;
  color: #bac8d5 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

body.single-post.yhseo-post-read-active .yhseo-story-trust-links {
  margin: 0 !important;
  padding-top: 12px;
  color: #9fb2c4 !important;
  font-family: Mulish, Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  border-top: 1px solid rgba(159, 178, 196, .2);
}

body.single-post.yhseo-post-read-active .yhseo-story-trust-links a {
  color: #5fd8bc !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.single-post.yhseo-post-read-active .yhseo-source-ledger__summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 20px;
}

body.single-post.yhseo-post-read-active .yhseo-source-ledger__state {
  margin: 0 0 16px !important;
  padding: 10px 12px;
  color: #b7cdd4 !important;
  background: rgba(244, 183, 64, .08);
  border-left: 3px solid #f4b740;
  font-size: 13px !important;
}

body.single-post.yhseo-post-read-active [data-yhseo-source-ready="true"] .yhseo-source-ledger__state {
  background: rgba(79, 191, 126, .09);
  border-left-color: #4fbf7e;
}

body.single-post.yhseo-post-read-active .yhseo-source-ledger__summary p {
  display: grid;
  gap: 4px;
  margin: 0 !important;
  padding: 11px 12px;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(159, 178, 196, .18);
  border-radius: 4px;
}

body.single-post.yhseo-post-read-active .yhseo-source-ledger__summary strong {
  color: #91a8bb;
  font-family: Mulish, Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.single-post.yhseo-post-read-active .yhseo-source-ledger__summary span {
  color: #f3f7fb;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

body.single-post.yhseo-post-read-active .yhseo-source-ledger__update,
body.single-post.yhseo-post-read-active .yhseo-source-ledger__pending {
  margin: 0 0 20px !important;
  padding: 13px 14px;
  color: #b7cdd4;
  font-size: 14px !important;
  line-height: 1.5 !important;
  background: rgba(95, 216, 188, .08);
  border-left: 3px solid #5fd8bc;
}

body.single-post.yhseo-post-read-active .yhseo-source-ledger__pending {
  background: rgba(244, 183, 64, .08);
  border-left-color: #f4b740;
}

body.single-post.yhseo-post-read-active .yhseo-source-ledger__pending p {
  margin: 7px 0 0 !important;
  color: #c7d3de !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

body.single-post.yhseo-post-read-active .yhseo-source-ledger__group + .yhseo-source-ledger__group {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(159, 178, 196, .2);
}

body.single-post.yhseo-post-read-active .wp-block-post-content .yhseo-source-ledger__group h3 {
  margin: 0 0 10px !important;
  color: #fff !important;
  font-family: Mulish, Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 850 !important;
  letter-spacing: -.01em !important;
  line-height: 1.25 !important;
}

body.single-post.yhseo-post-read-active .yhseo-source-ledger__group ol {
  display: grid;
  gap: 12px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

body.single-post.yhseo-post-read-active .yhseo-source-ledger__group li {
  margin: 0 !important;
  padding: 13px 14px;
  background: rgba(6, 20, 32, .42);
  border: 1px solid rgba(159, 178, 196, .16);
  border-radius: 4px;
}

body.single-post.yhseo-post-read-active .yhseo-source-ledger__citation,
body.single-post.yhseo-post-read-active .yhseo-source-ledger__dates,
body.single-post.yhseo-post-read-active .yhseo-source-ledger__claim,
body.single-post.yhseo-post-read-active .yhseo-source-ledger__note {
  margin: 0 !important;
  color: #c3d1dc !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

body.single-post.yhseo-post-read-active .yhseo-source-ledger__citation {
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700;
}

body.single-post.yhseo-post-read-active .yhseo-source-ledger__citation a,
body.single-post.yhseo-post-read-active .yhseo-source-ledger__claim a {
  color: #5fd8bc !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body.single-post.yhseo-post-read-active .yhseo-source-ledger__dates {
  margin-top: 4px !important;
  color: #91a8bb !important;
  font-family: Mulish, Arial, sans-serif;
  font-size: 11px !important;
}

body.single-post.yhseo-post-read-active .yhseo-source-ledger__claim {
  margin-top: 8px !important;
  padding-left: 10px;
  border-left: 2px solid rgba(95, 216, 188, .52);
}

body.single-post.yhseo-post-read-active .yhseo-source-ledger__note {
  margin-top: 7px !important;
  color: #aebdcc !important;
  font-style: italic;
}

body.single-post.yhseo-post-read-active .yhseo-source-ledger > .yhseo-story-trust-links {
  margin-top: 22px !important;
}

body.single-post.yhseo-post-read-active .yh-share-story {
  display: block !important;
  padding: 24px !important;
  color: #ffffff;
  background: linear-gradient(135deg, #0b2233, #0b2233);
  border: 1px solid rgba(95, 216, 188, .34);
  border-top: 3px solid #0e5a46;
  border-radius: 12px;
}

body.single-post.yhseo-post-read-active .wp-block-post-content .yh-share-story h2 {
  margin: 0 0 17px !important;
  color: #fff !important;
  font-family: Mulish, Arial, sans-serif !important;
  font-size: clamp(25px, 3.5vw, 34px) !important;
  font-weight: 850 !important;
  letter-spacing: -.025em !important;
  line-height: 1.06 !important;
}

body.single-post.yhseo-post-read-active .yh-share-actions {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
}

body.single-post.yhseo-post-read-active .yh-share-actions a,
body.single-post.yhseo-post-read-active .yh-share-actions button {
  min-height: 44px;
  padding: 11px 16px !important;
  color: #fff !important;
  font-family: Mulish, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  cursor: pointer;
  background: #0b2233 !important;
  border: 1px solid rgba(145, 184, 255, .3) !important;
  border-radius: 4px !important;
}

body.single-post.yhseo-post-read-active .yh-share-actions a:first-child {
  background: #0e5a46 !important;
  border-color: #0e5a46 !important;
}

body.single-post.yhseo-post-read-active .wp-block-post-content .yh-after-story .yh-up-next {
  display: grid !important;
  grid-template-columns: minmax(250px, 40%) minmax(0, 1fr) !important;
  min-height: 280px;
  overflow: hidden;
  color: #ffffff;
  background: #0b2233;
  border: 1px solid rgba(95, 216, 188, .34);
  border-top: 4px solid #0e5a46;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .2);
}

body.single-post.yhseo-post-read-active .wp-block-post-content .yh-after-story .yh-up-next-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 280px !important;
  overflow: hidden;
}

body.single-post.yhseo-post-read-active .wp-block-post-content .yh-after-story .yh-up-next-image img {
  width: 100% !important;
  height: 100% !important;
  min-height: 280px !important;
  object-fit: cover !important;
}

body.single-post.yhseo-post-read-active .wp-block-post-content .yh-after-story .yh-up-next-copy {
  display: grid;
  min-width: 0;
  padding: clamp(24px, 4vw, 34px) !important;
  align-content: center;
}

body.single-post.yhseo-post-read-active .wp-block-post-content .yh-after-story .yh-up-next-copy h2 {
  margin: 9px 0 13px !important;
  font-size: clamp(25px, 3.1vw, 32px) !important;
  line-height: 1.08 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: auto;
}

body.single-post.yhseo-post-read-active .wp-block-post-content .yh-after-story .yh-up-next-copy h2 a {
  color: #f6f8fa !important;
  text-decoration: none !important;
}

body.single-post.yhseo-post-read-active .wp-block-post-content .yh-after-story .yh-up-next-copy > p:not(.yh-after-kicker) {
  color: #c7d5df !important;
  font-family: Mulish, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

body.single-post.yhseo-post-read-active .wp-block-post-content .yh-after-story .yh-up-next.yh-up-next--no-image {
  grid-template-columns: minmax(0, 1fr) !important;
  min-height: 0 !important;
}

body.single-post.yhseo-post-read-active .wp-block-post-content .yh-after-story .yh-up-next--no-image .yh-up-next-copy {
  padding: clamp(28px, 5vw, 44px) !important;
}

body.single-post.yhseo-post-read-active .wp-block-post-content .yh-after-story .yh-up-next--no-image .yh-up-next-copy h2 {
  max-width: 650px;
  font-size: clamp(26px, 4.2vw, 36px) !important;
}

body.single-post.yhseo-post-read-active main .wp-block-post-terms.taxonomy-post_tag {
  display: flex !important;
  box-sizing: border-box;
  width: min(760px, calc(100% - 32px));
  margin: 18px auto 0 !important;
  flex-wrap: wrap;
  gap: 8px;
  color: transparent !important;
  font-size: 0 !important;
}

body.single-post.yhseo-post-read-active main .wp-block-post-terms.taxonomy-post_tag a {
  display: inline-flex;
  min-height: 32px;
  box-sizing: border-box;
  align-items: center;
  padding: 6px 11px;
  color: #0e5a46 !important;
  background: #dfe7e5;
  border: 1px solid #d1dfda;
  border-radius: 999px;
  font: 800 12px/1.2 Mulish, Arial, sans-serif !important;
  text-decoration: none !important;
}

body.single-post.yhseo-post-read-active main .wp-block-post-terms.taxonomy-post_tag a:hover,
body.single-post.yhseo-post-read-active main .wp-block-post-terms.taxonomy-post_tag a:focus-visible {
  color: #fff !important;
  background: #0e5a46;
  border-color: #0e5a46;
}

/* The 32px pill above out-specifies the injected touch-target block
   (yhseo-visible-control-accessibility), so the phone bump lives here at the
   same specificity, later in the file, on the block's own breakpoint. */
@media (max-width: 768px) {
  body.single-post.yhseo-post-read-active main .wp-block-post-terms.taxonomy-post_tag a {
    min-height: 44px;
  }
}

/* The rail framed three cards that already carry their own surface and border,
   so the tint, the outer border and the second green bar were all framing a
   frame. Same hairline as the ledger above it: the cards are the only boxes. */
body.single-post.yhseo-post-read-active .yh-related-stories {
  margin-top: 40px;
  padding: 26px 0 0;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(22, 39, 47, .16);
  border-radius: 0;
}

body.single-post.yhseo-post-read-active .yh-related-stories__eyebrow {
  margin: 0 0 7px !important;
  color: #0e5a46 !important;
  font: 850 11.5px/1.2 Mulish, Arial, sans-serif !important;
  letter-spacing: .055em !important;
  text-transform: uppercase;
}

body.single-post.yhseo-post-read-active .wp-block-post-content .yh-related-stories > h2 {
  margin: 0 0 20px !important;
  color: #16272f !important;
  font-size: clamp(24px, 3vw, 30px) !important;
  font-weight: 600 !important;
  line-height: 1.12 !important;
}

body.single-post.yhseo-post-read-active .yh-related-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.single-post.yhseo-post-read-active .yh-related-card {
  display: grid !important;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d5e0dc;
  border-radius: 12px;
}

body.single-post.yhseo-post-read-active .yh-related-image {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #dfe7e5;
}

body.single-post.yhseo-post-read-active .yh-related-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform .2s ease;
}

body.single-post.yhseo-post-read-active .yh-related-card:hover .yh-related-image img {
  transform: scale(1.025);
}

body.single-post.yhseo-post-read-active .yh-related-copy {
  display: grid;
  min-width: 0;
  padding: 17px;
  align-content: start;
}

body.single-post.yhseo-post-read-active .yh-related-card h3 {
  margin: 8px 0 0 !important;
  color: #16272f !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(17px, 2.1vw, 21px) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-wrap: pretty;
}

body.single-post.yhseo-post-read-active .yh-related-card h3 a {
  color: #16272f !important;
  text-decoration: none !important;
}

body.single-post.yhseo-post-read-active .yh-related-card h3 a:hover,
body.single-post.yhseo-post-read-active .yh-related-card h3 a:focus-visible {
  color: #0e5a46 !important;
}

body.single-post.yhseo-post-read-active :is(.yh-related-category, .yh-related-meta, .yhpub27-related-eyebrow) {
  color: #0e5a46 !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  letter-spacing: .025em !important;
}

body.single-post.yhseo-post-read-active .yh-related-meta {
  margin-top: 5px;
  color: #60717b !important;
  font-family: Mulish, Arial, sans-serif !important;
}

body.single-post.yhseo-post-read-active .yh-related-excerpt {
  display: -webkit-box;
  margin: 10px 0 0 !important;
  overflow: hidden;
  color: #445862 !important;
  font: 500 13px/1.45 Mulish, Arial, sans-serif !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.single-post.yhseo-post-read-active .yh-related-stories__hub {
  display: inline-flex;
  min-height: 44px;
  margin-top: 20px;
  align-items: center;
  color: #0e5a46 !important;
  font: 850 13px/1.2 Mulish, Arial, sans-serif !important;
  text-decoration: none !important;
}

@media (max-width: 760px) {
  body.single-post.yhseo-post-read-active .yh-related-grid {
    grid-template-columns: 1fr !important;
  }

  body.single-post.yhseo-post-read-active .yh-related-card {
    grid-template-columns: minmax(120px, 34%) minmax(0, 1fr) !important;
  }

  body.single-post.yhseo-post-read-active .yh-related-card--no-image {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.single-post.yhseo-post-read-active .yh-related-image {
    height: 100%;
    aspect-ratio: auto;
  }
}

@media (max-width: 480px) {
  body.single-post.yhseo-post-read-active .yh-related-stories {
    padding: 20px 16px;
  }

  body.single-post.yhseo-post-read-active .yh-related-card {
    grid-template-columns: 1fr !important;
  }

  body.single-post.yhseo-post-read-active .yh-related-image {
    aspect-ratio: 16 / 9;
  }
}

body.single-post.yhseo-post-read-active .yh-submit-callout,
body.single-post.yhseo-post-read-active .yh-support-story {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  padding: 25px !important;
  align-items: center;
  color: #b7cdd4;
  background: #0b2233;
  border: 1px solid rgba(95, 216, 188, .28);
  border-radius: 12px;
}

body.single-post.yhseo-post-read-active .yh-submit-callout {
  border-left: 4px solid #0e5a46;
}

body.single-post.yhseo-post-read-active .yh-support-story {
  background: #0b2233;
  border-color: rgba(159, 178, 196, .28);
  border-style: dashed;
}

body.single-post.yhseo-post-read-active .wp-block-post-content .yh-submit-callout h2,
body.single-post.yhseo-post-read-active .wp-block-post-content .yh-support-story h2 {
  margin: 0 0 9px !important;
  color: #fff !important;
  font-family: Mulish, Arial, sans-serif !important;
  font-size: clamp(23px, 3vw, 30px) !important;
  line-height: 1.08 !important;
}

body.single-post.yhseo-post-read-active .yh-submit-callout p:not(.yh-after-kicker),
body.single-post.yhseo-post-read-active .yh-support-story p:not(.yh-after-kicker) {
  margin: 0 !important;
  color: #bac8d5 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

body.single-post.yhseo-post-read-active .yh-submit-callout > a,
body.single-post.yhseo-post-read-active .yh-support-story > a {
  min-width: 170px;
  padding: 13px 18px !important;
  color: #fff !important;
  font-family: Mulish, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  text-align: center;
  text-decoration: none !important;
  background: #0e5a46;
  border-radius: 4px;
}

body.single-post.yhseo-post-read-active .yh-support-story > a {
  color: #b7cdd4 !important;
  background: transparent;
  border: 1px solid rgba(95, 216, 188, .55);
}

body.single-post.yhseo-post-read-active .yhseo-post-read-module--points.yhic-article-box {
  padding: 24px !important;
  color: #eefaf6;
  background: linear-gradient(135deg, #123333, #0b2233) !important;
  border: 1px solid rgba(82, 211, 162, .38) !important;
  border-left: 4px solid #5fd8bc !important;
  border-radius: 12px !important;
}

body.single-post.yhseo-post-read-active .yhseo-post-read-module--points .yhic-eyebrow {
  color: #5fd8bc !important;
}

body.single-post.yhseo-post-read-active .yhseo-post-read-module--points .yhic-button {
  background: #0e5a46 !important;
  border-color: #5fd8bc !important;
}

body.single-post.yhseo-post-read-active .yhseo-post-read-module--trending.yh-popular-rank {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 24px !important;
  color: #ffffff;
  background: #0b2233 !important;
  border: 1px solid rgba(95, 216, 188, .28) !important;
  border-top: 4px solid #0e5a46 !important;
  border-radius: 12px !important;
  box-sizing: border-box;
}

body.single-post.yhseo-post-read-active .yhseo-post-read-module--trending a,
body.single-post.yhseo-post-read-active .yhseo-post-read-module--trending h2,
body.single-post.yhseo-post-read-active .yhseo-post-read-module--trending h3 {
  color: #fff !important;
}

@media (max-width: 700px) {
  body.single-post.yhseo-post-read-active main > .wp-block-columns.alignwide > .wp-block-column:first-child {
    max-width: 100%;
    flex-basis: 100% !important;
  }

  body.single-post.yhseo-post-read-active .wp-block-post-content .yh-after-story {
    margin-top: 26px !important;
    gap: 0;
  }

  body.single-post.yhseo-post-read-active .yhseo-story-sources--story-end {
    margin-top: 26px !important;
  }

  body.single-post.yhseo-post-read-active .yhseo-story-sources--story-end + .yh-after-story {
    margin-top: 18px !important;
  }

  body.single-post.yhseo-post-read-active .yhseo-post-read-module + .yhseo-post-read-module {
    margin-top: 18px !important;
  }

  body.single-post.yhseo-post-read-active .yhseo-post-read-module--points,
  body.single-post.yhseo-post-read-active .yhseo-post-read-module--more {
    margin-top: 26px !important;
  }

  body.single-post.yhseo-post-read-active .yhseo-story-sources,
  body.single-post.yhseo-post-read-active .yh-share-story {
    padding: 17px 16px !important;
  }

  body.single-post.yhseo-post-read-active .wp-block-post-content .yhseo-story-sources h2,
  body.single-post.yhseo-post-read-active .wp-block-post-content .yh-share-story h2 {
    font-size: 23px !important;
  }

  body.single-post.yhseo-post-read-active .yhseo-source-ledger__summary {
    grid-template-columns: minmax(0, 1fr);
  }

  body.single-post.yhseo-post-read-active .yhseo-source-ledger__group li {
    padding: 12px;
  }

  body.single-post.yhseo-post-read-active .yh-share-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.single-post.yhseo-post-read-active .yh-share-actions a:first-child {
    text-align: center;
  }

  body.single-post.yhseo-post-read-active .yh-share-actions a[href^="mailto:"] {
    display: none !important;
  }

  body.single-post.yhseo-post-read-active .yh-share-actions a,
  body.single-post.yhseo-post-read-active .yh-share-actions button {
    width: 100%;
    padding-inline: 10px !important;
    text-align: center;
  }

  body.single-post.yhseo-post-read-active .wp-block-post-content .yh-after-story .yh-up-next {
    grid-template-columns: minmax(0, 1fr) !important;
    min-height: 0;
  }

  body.single-post.yhseo-post-read-active .wp-block-post-content .yh-after-story .yh-up-next-image {
    width: 100% !important;
    height: clamp(168px, 48vw, 260px) !important;
    min-height: 168px !important;
  }

  body.single-post.yhseo-post-read-active .wp-block-post-content .yh-after-story .yh-up-next-image img {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
  }

  body.single-post.yhseo-post-read-active .wp-block-post-content .yh-after-story .yh-up-next-copy {
    padding: 20px 18px 22px !important;
  }

  body.single-post.yhseo-post-read-active .wp-block-post-content .yh-after-story .yh-up-next-copy h2 {
    margin: 8px 0 11px !important;
    font-size: 24px !important;
  }

  body.single-post.yhseo-post-read-active .wp-block-post-content .yh-after-story .yh-up-next--no-image .yh-up-next-copy {
    padding: 22px 18px 24px !important;
  }

  body.single-post.yhseo-post-read-active .wp-block-post-content .yh-after-story .yh-up-next--no-image .yh-up-next-copy h2 {
    font-size: 24px !important;
  }

  body.single-post.yhseo-post-read-active .yh-submit-callout,
  body.single-post.yhseo-post-read-active .yh-support-story {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 17px;
    padding: 20px 18px !important;
  }

  body.single-post.yhseo-post-read-active .yhseo-post-read-module--points.yhic-article-box {
    padding: 20px 18px !important;
  }

  body.single-post.yhseo-post-read-active .yhseo-post-read-module--trending.yh-popular-rank {
    padding: 18px !important;
  }

  body.single-post.yhseo-post-read-active .yh-submit-callout > a,
  body.single-post.yhseo-post-read-active .yh-support-story > a {
    width: 100%;
  }

}
.yhseo-search-next {
  margin: clamp(32px, 6vw, 64px) 0 0;
  padding: clamp(20px, 4vw, 32px);
  border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
  border-radius: 12px;
  background: color-mix(in srgb, currentColor 4%, transparent);
}

.yhseo-search-next h2 {
  margin: 0 0 12px;
  font-size: clamp(1.2rem, 1rem + .8vw, 1.55rem);
}

.yhseo-search-next ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.25rem;
}

.yhseo-search-next a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

/* Source: documentary-pacing.css */
/* Editorially selected pacing elements for Yooper long-form stories. */

body.single-post.yhseo-publication-article .wp-block-post-content > :is(.yhpub23-body-figure, .is-style-yh-documentary-wide),
.editor-styles-wrapper .is-root-container > .is-style-yh-documentary-wide {
  width: min(1120px, calc(100vw - 32px)) !important;
  max-width: none !important;
  margin: 48px 0 52px 50% !important;
  transform: translateX(-50%);
}

/* Decision-useful source metadata should remain legible on every article shell. */
body.single-post.yhseo-post-read-active .yhseo-source-ledger__summary strong,
body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger__summary strong { font-size: 12px !important; }
body.single-post.yhseo-post-read-active .yhseo-source-ledger__dates,
body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger__dates { font-size: 12px !important; }

body.single-post.yhseo-publication-article .wp-block-post-content > :is(.yhpub23-body-figure, .is-style-yh-documentary-wide) img,
.editor-styles-wrapper .is-root-container > .is-style-yh-documentary-wide img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 760px;
  object-fit: contain;
  background: #e7eceb;
  border-radius: 4px;
}

body.single-post.yhseo-publication-article .wp-block-post-content > :is(.yhpub23-body-figure, .is-style-yh-documentary-wide) figcaption,
.editor-styles-wrapper .is-root-container > .is-style-yh-documentary-wide figcaption {
  width: min(860px, 100%);
  margin: 11px auto 0 !important;
  padding: 0 !important;
  color: #65767b !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: Mulish, Arial, sans-serif !important;
  font-size: 12.5px !important;
  line-height: 1.5 !important;
}

body.single-post.yhseo-publication-article .wp-block-post-content > .is-style-yh-map-document,
.editor-styles-wrapper .is-root-container > .is-style-yh-map-document {
  width: min(980px, calc(100vw - 32px)) !important;
  max-width: none !important;
  margin: 44px 0 48px 50% !important;
  padding: 18px !important;
  background: #e9e4d8;
  border: 1px solid #c8c0b0;
  border-radius: 4px;
  box-shadow: 0 16px 36px rgba(18, 42, 54, .1);
  transform: translateX(-50%);
}

body.single-post.yhseo-publication-article .wp-block-post-content > .is-style-yh-map-document img,
.editor-styles-wrapper .is-root-container > .is-style-yh-map-document img {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  border: 1px solid rgba(50, 57, 55, .18);
}

/* The class is repeated because the generic heading rule above (line ~1431)
   carries three :not() terms and lands at (0,5,2); this selector's natural
   (0,4,2) lost font-family and font-weight to it despite both being
   !important, which is why chapters rendered Mulish. (0,6,2) settles it. */
body.single-post.yhseo-publication-article.yhseo-publication-article.yhseo-publication-article .wp-block-post-content > :is(h2.wp-block-heading, .is-style-yh-chapter-marker),
.editor-styles-wrapper .is-root-container > .is-style-yh-chapter-marker {
  position: relative;
  margin: 68px 0 22px !important;
  padding-top: 16px;
  color: #16272f !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(27px, 3.7vw, 35px) !important;
  font-weight: 600 !important;
  letter-spacing: -.018em !important;
  line-height: 1.12 !important;
  border-top: 1px solid rgba(18, 42, 54, .2);
}

body.single-post.yhseo-publication-article .wp-block-post-content > :is(h2.wp-block-heading, .is-style-yh-chapter-marker)::before,
.editor-styles-wrapper .is-root-container > .is-style-yh-chapter-marker::before {
  display: block;
  margin-bottom: 9px;
  color: #0e5a46;
  font-family: Mulish, Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
  content: "Chapter";
}

body.single-post.yhseo-publication-article .wp-block-post-content > blockquote.is-style-yh-documentary-pullquote,
.editor-styles-wrapper .is-root-container > blockquote.is-style-yh-documentary-pullquote {
  width: min(960px, calc(100vw - 32px));
  max-width: none;
  margin: 54px 0 56px 50% !important;
  padding: 28px clamp(20px, 5vw, 58px) !important;
  color: #16272f !important;
  background: transparent;
  border: 0 !important;
  border-top: 2px solid #0e5a46 !important;
  border-bottom: 1px solid rgba(18, 42, 54, .22) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(28px, 4.5vw, 42px) !important;
  font-style: normal !important;
  font-weight: 500;
  line-height: 1.2 !important;
  text-align: center;
  transform: translateX(-50%);
}

body.single-post.yhseo-publication-article .wp-block-post-content > blockquote.is-style-yh-documentary-pullquote p,
.editor-styles-wrapper .is-root-container > blockquote.is-style-yh-documentary-pullquote p {
  margin: 0 !important;
  font: inherit !important;
}

body.single-post.yhseo-publication-article .wp-block-post-content > blockquote.is-style-yh-documentary-pullquote cite,
.editor-styles-wrapper .is-root-container > blockquote.is-style-yh-documentary-pullquote cite {
  margin-top: 16px;
  color: #5a6f76 !important;
  font: 800 12px/1.4 Mulish, Arial, sans-serif !important;
  letter-spacing: .02em;
}

body.single-post.yhseo-publication-article .wp-block-post-content > p.is-style-yh-passage-source,
.editor-styles-wrapper .is-root-container > p.is-style-yh-passage-source {
  margin: -10px 0 32px !important;
  padding: 9px 0 9px 13px;
  color: #5a6f76 !important;
  border-left: 2px solid #71cdb8;
  font-family: Mulish, Arial, sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
  line-height: 1.5 !important;
}

body.single-post.yhseo-publication-article .wp-block-post-content > p.is-style-yh-passage-source a,
.editor-styles-wrapper .is-root-container > p.is-style-yh-passage-source a {
  color: #0e5a46 !important;
  font-weight: 850;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body.single-post.yhseo-publication-article .wp-block-post-content > .is-style-yh-document-excerpt,
.editor-styles-wrapper .is-root-container > .is-style-yh-document-excerpt {
  width: min(940px, calc(100vw - 32px));
  max-width: none;
  margin: 46px 0 50px 50% !important;
  padding: clamp(24px, 4vw, 42px) !important;
  color: #26393f;
  background: #f1ecdf;
  border: 1px solid #cec5b4;
  border-radius: 3px;
  box-shadow: 0 13px 30px rgba(18, 42, 54, .08);
  transform: translateX(-50%);
}

body.single-post.yhseo-publication-article .wp-block-post-content > .is-style-yh-document-excerpt p,
.editor-styles-wrapper .is-root-container > .is-style-yh-document-excerpt p {
  color: #26393f !important;
}

body.single-post.yhseo-publication-article .wp-block-post-content .yh-document-excerpt__label,
.editor-styles-wrapper .is-root-container .yh-document-excerpt__label {
  margin: 0 0 14px !important;
  color: #8b4d2c !important;
  font: 900 10px/1 Mulish, Arial, sans-serif !important;
  letter-spacing: .09em !important;
  text-transform: uppercase;
}

/* One consolidated, readable source ledger instead of a stack of dark cards.
   The cream fill and 4px green bar were removed in 2.7.171: the ledger wrapped
   the disclosure row, which carries its own surface, so a collapsed ledger read
   as a box inside a box -- and the same green bar sat on the related rail
   directly below it, which meant it distinguished nothing. It is now a quiet
   block on the article sheet, opened by the hairline the chapter headings
   already use, leaving the disclosure row as the only surface. */
body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger {
  margin-top: 58px !important;
  padding: 26px 0 0 !important;
  color: #203943 !important;
  background: transparent !important;
  border: 0 !important;
  border-top: 1px solid rgba(22, 39, 47, .16) !important;
  border-radius: 0 !important;
}

body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger :is(h2, h3, p, li, strong, span) {
  color: #203943 !important;
}

body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger > .yh-after-kicker {
  margin-bottom: 6px !important;
  color: #0e5a46 !important;
  font-size: 10px !important;
  letter-spacing: .07em !important;
}

body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger > h2 {
  margin: 0 0 14px !important;
  color: #16272f !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(27px, 3.4vw, 36px) !important;
  font-weight: 600 !important;
  letter-spacing: -.02em !important;
  line-height: 1.08 !important;
}

body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger__state {
  margin: 0 0 22px !important;
  padding: 10px 12px !important;
  color: #385057 !important;
  background: #f5ead1 !important;
  border: 0 !important;
  border-radius: 4px;
  font: 650 12.5px/1.5 Mulish, Arial, sans-serif !important;
}

body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content [data-yhseo-source-ready="true"] .yhseo-source-ledger__state {
  background: #e5f1e8 !important;
}

body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger__summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 24px !important;
  padding: 14px 0;
  border-top: 1px solid #d7d2c5 !important;
  border-bottom: 1px solid #d7d2c5 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger__summary p {
  display: block;
  margin: 0 !important;
  padding: 0 12px !important;
  background: transparent !important;
  border: 0 !important;
  border-left: 1px solid #dfdbd0 !important;
  border-radius: 0 !important;
}

body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger__summary p:first-child {
  padding-left: 0 !important;
  border-left: 0 !important;
}

body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger__summary strong {
  display: block;
  margin-bottom: 4px;
  color: #64767b !important;
  font: 900 9px/1.2 Mulish, Arial, sans-serif !important;
  letter-spacing: .055em !important;
  text-transform: uppercase;
}

body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger__summary span {
  display: block;
  color: #203943 !important;
  font: 750 12.5px/1.35 Mulish, Arial, sans-serif !important;
}

body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger__update,
body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger__pending {
  margin: 0 0 24px !important;
  padding: 12px 14px !important;
  color: #385057 !important;
  background: #e7e0d1 !important;
  border: 0 !important;
  border-left: 2px solid #8aa49d !important;
  font: 600 12.5px/1.5 Mulish, Arial, sans-serif !important;
}

body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger__group + .yhseo-source-ledger__group {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #d7d2c5;
}

body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger__group h3 {
  margin: 0 0 6px !important;
  color: #16272f !important;
  font: 850 15px/1.25 Mulish, Arial, sans-serif !important;
  letter-spacing: -.01em !important;
}

body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger__group ol {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger__group li {
  margin: 0 !important;
  padding: 12px 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-top: 1px solid #e1ddd3 !important;
  border-radius: 0 !important;
}

body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger__citation,
body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger__dates,
body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger__claim,
body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger__note {
  margin: 0 !important;
  padding: 0 !important;
  color: #52666d !important;
  border: 0 !important;
  font: 600 12px/1.48 Mulish, Arial, sans-serif !important;
}

body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger__citation {
  color: #203943 !important;
  font-size: 13.5px !important;
  font-weight: 800 !important;
}

body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger__dates {
  margin-top: 3px !important;
  color: #718086 !important;
  font-size: 10.5px !important;
}

body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger__claim,
body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger__note {
  margin-top: 5px !important;
}

body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger a {
  color: #0e5a46 !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger > .yhseo-story-trust-links {
  margin-top: 20px !important;
  padding-top: 13px !important;
  color: #65767b !important;
  border-top: 1px solid #d7d2c5 !important;
  font-size: 11px !important;
}

@media (max-width: 700px) {
  body.single-post.yhseo-publication-article .wp-block-post-content > :is(.yhpub23-body-figure, .is-style-yh-documentary-wide),
  .editor-styles-wrapper .is-root-container > .is-style-yh-documentary-wide {
    width: calc(100vw - 12px) !important;
    margin-top: 36px !important;
    margin-bottom: 40px !important;
  }

  body.single-post.yhseo-publication-article .wp-block-post-content > :is(.yhpub23-body-figure, .is-style-yh-documentary-wide) figcaption,
  .editor-styles-wrapper .is-root-container > .is-style-yh-documentary-wide figcaption {
    width: calc(100% - 20px);
  }

  body.single-post.yhseo-publication-article .wp-block-post-content > :is(.is-style-yh-map-document, .is-style-yh-document-excerpt),
  .editor-styles-wrapper .is-root-container > :is(.is-style-yh-map-document, .is-style-yh-document-excerpt) {
    width: calc(100vw - 12px) !important;
    padding: 16px !important;
  }

  /* Repeated classes match the base chapter rule's (0,6,2); without this the
     mobile size would lose to the strengthened desktop clamp. */
  body.single-post.yhseo-publication-article.yhseo-publication-article.yhseo-publication-article .wp-block-post-content > :is(h2.wp-block-heading, .is-style-yh-chapter-marker),
  .editor-styles-wrapper .is-root-container > .is-style-yh-chapter-marker {
    margin-top: 52px !important;
    font-size: 28px !important;
  }

  body.single-post.yhseo-publication-article .wp-block-post-content > blockquote.is-style-yh-documentary-pullquote,
  .editor-styles-wrapper .is-root-container > blockquote.is-style-yh-documentary-pullquote {
    width: calc(100vw - 20px);
    margin-top: 42px !important;
    margin-bottom: 44px !important;
    padding: 24px 15px !important;
    font-size: 29px !important;
  }

  body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger {
    margin-top: 46px !important;
    padding: 22px 16px !important;
  }

  body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger__summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 14px;
  }

  body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger__summary p:nth-child(3) {
    padding-left: 0 !important;
    border-left: 0 !important;
  }
}

/* Decision-useful source metadata should remain legible on every article shell. */
body.single-post.yhseo-post-read-active .yhseo-source-ledger__summary strong,
body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger__summary strong { font-size: 12px !important; }
body.single-post.yhseo-post-read-active .yhseo-source-ledger__dates,
body.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content .yhseo-source-ledger__dates { font-size: 12px !important; }

/* Source: photography-system.css */
:root {
  --yh-photo-ink: #0b2233;
  --yh-photo-matte: #e7e0d1;
  --yh-photo-neutral: #dfe7e5;
  --yh-photo-caption: #e2edf0;
  --yh-photo-credit: #8ce7d5;
  --yh-photo-radius-lead: 12px;
  --yh-photo-radius-card: 12px;
  --yh-photo-radius-archive: 4px;
}

/* Rights-safe, Yooper-owned article fallback for stories without cleared documentary media. */
.single-post .entry-content > .yh-article-media-fallback,
.single-post .wp-block-post-content > .yh-article-media-fallback {
  width: min(100%, 1000px);
  margin: 0 auto clamp(1.5rem, 3vw, 2.5rem);
  overflow: hidden;
  border: 1px solid rgba(19, 42, 54, 0.14);
  border-radius: 12px;
  background: #0b2233;
  box-shadow: 0 16px 36px rgba(7, 26, 45, 0.12);
}

.single-post .yh-article-media-fallback img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.single-post .yh-article-media-fallback figcaption {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #d8e1e8;
  background: #102638;
  font-family: Mulish, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

/* 2.7.108: keep the article date, read time, and byline in one clean row. */
body.single-post.yhseo-publication-shell main#wp--skip-link--target .wp-block-post-title + .wp-block-group.is-layout-flex {
  display: flex !important;
  width: auto !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 0.45rem !important;
}

body.single-post.yhseo-publication-shell main#wp--skip-link--target .wp-block-post-title + .wp-block-group.is-layout-flex > .wp-block-post-date,
body.single-post.yhseo-publication-shell main#wp--skip-link--target .wp-block-post-title + .wp-block-group.is-layout-flex > .yh-reading-time,
body.single-post.yhseo-publication-shell main#wp--skip-link--target .wp-block-post-title + .wp-block-group.is-layout-flex > .wp-block-group.is-nowrap {
  width: auto !important;
  margin: 0 !important;
}

body.single-post.yhseo-publication-shell main#wp--skip-link--target .wp-block-post-title + .wp-block-group.is-layout-flex > p.wp-block-paragraph {
  display: none !important;
}

body.single-post.yhseo-publication-shell main#wp--skip-link--target .wp-block-post-title + .wp-block-group.is-layout-flex > .wp-block-group.is-nowrap {
  display: flex !important;
  align-items: center !important;
  gap: 0.25rem !important;
}

body.single-post.yhseo-publication-shell main#wp--skip-link--target .wp-block-post-title + .wp-block-group.is-layout-flex > .wp-block-group.is-nowrap > p {
  margin: 0 !important;
}

/* Body media is centered even when the source image is narrower than its figure. */
body.single-post.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content > figure.wp-block-image {
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
}

body.single-post.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content > figure.wp-block-image > :is(img, a),
body.single-post.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content > figure.wp-block-image > a > img {
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.single-post.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content > figure.wp-block-image > figcaption {
  width: min(100%, 680px) !important;
  margin: 10px auto 0 !important;
  color: #51656f !important;
  font-family: Mulish, Arial, sans-serif !important;
  font-size: 12.5px !important;
  line-height: 1.5 !important;
  text-align: center !important;
}

/* 1. Lead documentary image. */
.yh-photo--lead,
body.single-post.yhseo-publication-article:not(.yh-photo-featured-archival) .wp-block-post-featured-image {
  overflow: hidden;
  background: var(--yh-photo-neutral);
  border-radius: var(--yh-photo-radius-lead) !important;
}

.yh-photo--lead img,
body.single-post.yhseo-publication-article:not(.yh-photo-featured-archival) .wp-block-post-featured-image img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  filter: none !important;
}

body.single-post.yhseo-publication-article:not(.yh-photo-featured-archival) .wp-block-post-featured-image,
body.single-post.yhseo-publication-article:not(.yh-photo-featured-archival) .wp-block-post-featured-image a,
body.single-post.yhseo-publication-article:not(.yh-photo-featured-archival) .wp-block-post-featured-image img {
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
}

/* 2. Editorial story-card crop. */
.yh-photo--card {
  overflow: hidden;
  background: var(--yh-photo-neutral);
  border-radius: var(--yh-photo-radius-card);
}

.yh-photo--card img,
.yhseo-server-card__media img,
.yhseo-news-secondary .yhseo-news-story__media img,
.yhseo-news-brief .yhseo-news-story__media img,
.yhseo-daily-followups__card img,
.yhseo-discovery-story:not(.yhseo-discovery-story--primary) img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: var(--yh-photo-focus, var(--yhseo-card-focus, 50% 50%)) !important;
  filter: none !important;
}

.yhseo-server-card__media,
.yhseo-news-secondary .yhseo-news-story__media,
.yhseo-news-brief .yhseo-news-story__media {
  border-radius: var(--yh-photo-radius-card);
}

.yh-photo--card.yhseo-server-card__media,
.yh-photo--card.yhseo-news-story__media,
.yh-photo--archival.yhseo-server-card__media,
.yh-photo--archival.yhseo-news-story__media {
  align-self: center;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
}

.yhseo-daily-followups__card > img,
.yhseo-discovery-story.yh-photo--card img,
.yhseo-discovery-story.yh-photo--archival img {
  align-self: center;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
}

.yhseo-discovery-story.yh-photo--card > a,
.yhseo-discovery-story.yh-photo--archival > a {
  align-items: center;
}

/* 3. Archival or document image: preserve the whole object. */
.yh-photo--archival,
body.single-post.yhseo-publication-article.yh-photo-featured-archival .wp-block-post-featured-image,
body.single-post.yhseo-publication-article .wp-block-post-content > .is-style-yh-map-document {
  overflow: hidden;
  background: var(--yh-photo-matte) !important;
  border: 1px solid #c9c0ae !important;
  border-radius: var(--yh-photo-radius-archive) !important;
  box-shadow: 0 12px 28px rgba(18, 42, 54, .09);
}

.yh-photo--archival img,
body.single-post.yhseo-publication-article.yh-photo-featured-archival .wp-block-post-featured-image img,
body.single-post.yhseo-publication-article .wp-block-post-content > .is-style-yh-map-document img,
.editor-styles-wrapper .is-root-container > .is-style-yh-map-document img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  padding: clamp(7px, 1.5vw, 16px);
  object-fit: contain !important;
  object-position: center center !important;
  background: var(--yh-photo-matte) !important;
  filter: none !important;
}

body.single-post.yhseo-publication-article.yh-photo-featured-archival .wp-block-post-featured-image,
body.single-post.yhseo-publication-article.yh-photo-featured-archival .wp-block-post-featured-image a,
body.single-post.yhseo-publication-article.yh-photo-featured-archival .wp-block-post-featured-image img {
  min-height: 0 !important;
  height: auto !important;
  max-height: 760px;
  aspect-ratio: auto !important;
}

.yh-photo--archival.yhseo-server-card__media,
.yh-photo--archival.yhseo-news-story__media,
.yhseo-daily-followups__card.yh-photo--archival {
  background: var(--yh-photo-matte) !important;
}

.yh-photo--archival .yhseo-server-card__fallback,
.yh-photo--archival .yhseo-news-story__fallback {
  display: none;
}

.yh-photo--archival.yhseo-server-card__media img,
.yh-photo--archival.yhseo-news-story__media img,
.yhseo-daily-followups__card.yh-photo--archival > img,
.yhseo-discovery-story.yh-photo--archival img,
body.single-post.yhseo-publication-article.yh-photo-featured-archival main#wp--skip-link--target .wp-block-post-featured-image img {
  object-fit: contain !important;
  object-position: center center !important;
  background: var(--yh-photo-matte) !important;
  filter: none !important;
}

/* One caption and credit treatment for documentary and archival body media. */
body.single-post.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content > :is(.yhpub23-body-figure, .is-style-yh-documentary-wide, .is-style-yh-map-document) figcaption,
body.single-post.yhseo-publication-article .wp-block-post-featured-image > .yh-photo-caption,
body.yh-watch-experience-detail-page .yhseo-approved-watch-featured-media > .yh-photo-caption,
.editor-styles-wrapper .is-root-container > :is(.is-style-yh-documentary-wide, .is-style-yh-map-document) figcaption {
  display: block;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 10px 12px !important;
  color: var(--yh-photo-caption) !important;
  background: var(--yh-photo-ink) !important;
  border: 0 !important;
  border-radius: 0 0 var(--yh-photo-radius-card) var(--yh-photo-radius-card) !important;
  box-shadow: none !important;
  font-family: Mulish, Arial, sans-serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  text-align: left !important;
}

body.single-post.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content > figure.yhpub10-photo-frame.yhpub23-body-figure figcaption,
body.single-post.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content > figure.is-style-yh-documentary-wide figcaption,
body.single-post.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content > figure.is-style-yh-map-document figcaption {
  width: 100% !important;
  max-width: none !important;
  color: var(--yh-photo-caption) !important;
  background-color: var(--yh-photo-ink) !important;
}

body.single-post.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content > :is(.yhpub23-body-figure, .is-style-yh-documentary-wide, .is-style-yh-map-document) figcaption a,
body.single-post.yhseo-publication-article .wp-block-post-featured-image > .yh-photo-caption a,
.editor-styles-wrapper .is-root-container > :is(.is-style-yh-documentary-wide, .is-style-yh-map-document) figcaption a {
  color: var(--yh-photo-credit) !important;
  font-weight: 800;
  text-underline-offset: 3px;
}

body.single-post.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content > :is(.yhpub23-body-figure, .is-style-yh-documentary-wide) img {
  border-radius: var(--yh-photo-radius-card) var(--yh-photo-radius-card) 0 0 !important;
  filter: none !important;
}

@media (max-width: 700px) {
  :root {
    --yh-photo-radius-lead: 12px;
    --yh-photo-radius-card: 12px;
  }

  body.single-post.yhseo-publication-article main#wp--skip-link--target .wp-block-post-content > :is(.yhpub23-body-figure, .is-style-yh-documentary-wide, .is-style-yh-map-document) figcaption,
  body.single-post.yhseo-publication-article .wp-block-post-featured-image > .yh-photo-caption,
  .editor-styles-wrapper .is-root-container > :is(.is-style-yh-documentary-wide, .is-style-yh-map-document) figcaption {
    padding: 9px 10px !important;
    font-size: 11.5px !important;
  }
}

body.single-post{--yh-article-serif:Georgia,"Times New Roman",serif!important}

/* Community discussion (community-discussion.php). Server-rendered, no JS. */
.yh-discussion {
  box-sizing: border-box;
  width: min(100%, 720px);
  margin: 44px auto 30px;
  padding: 26px 0 0;
  border-top: 3px solid var(--yh-brand-rule);
  font-family: var(--yh-brand-sans);
  color: var(--yh-brand-ink);
}

.yh-discussion__kicker {
  margin: 0 0 7px;
  color: var(--yh-brand-evergreen);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .055em;
  line-height: 1.2;
  text-transform: uppercase;
}

.yh-discussion__header h2 {
  margin: 0 0 8px;
  font-family: var(--yh-brand-sans);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.2;
  color: var(--yh-brand-navy);
}

.yh-discussion__promise {
  margin: 0 0 18px;
  color: var(--yh-brand-slate);
  font-size: 13.5px;
  line-height: 1.55;
}

.yh-discussion__held {
  margin: 0 0 18px;
  padding: 12px 14px;
  background: var(--yh-brand-snow);
  border-left: 4px solid var(--yh-brand-evergreen);
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.55;
}

.yh-discussion__count {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  color: var(--yh-brand-slate);
}

.yh-discussion__empty {
  margin: 0 0 20px;
  color: var(--yh-brand-slate);
  font-size: 14.5px;
  line-height: 1.55;
}

.yh-discussion__list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.yh-discussion__comment {
  margin: 0 0 16px;
  padding: 14px 16px;
  background: var(--yh-brand-snow);
  border-radius: 6px;
}

.yh-discussion__byline {
  margin: 0 0 6px;
  font-size: 13.5px;
  color: var(--yh-brand-navy);
}

.yh-discussion__byline time {
  margin-left: 8px;
  color: var(--yh-brand-slate);
  font-size: 12.5px;
}

.yh-discussion__text p {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.6;
}

.yh-discussion__text p:last-child {
  margin-bottom: 0;
}

.yh-discussion__form {
  padding: 18px 16px;
  background: var(--yh-brand-snow);
  border-radius: 6px;
}

.yh-discussion__form h3 {
  margin: 0 0 12px;
  font-family: var(--yh-brand-sans);
  font-size: 17px;
  font-weight: 800;
  color: var(--yh-brand-navy);
}

.yh-discussion__field {
  margin: 0 0 12px;
}

.yh-discussion__field label {
  display: block;
  margin: 0 0 5px;
  font-size: 13px;
  font-weight: 700;
  color: var(--yh-brand-ink);
}

.yh-discussion__field label span {
  font-weight: 400;
  color: var(--yh-brand-slate);
}

.yh-discussion__field textarea,
.yh-discussion__field input {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--yh-brand-fog);
  border-radius: 5px;
  background: var(--yh-brand-paper);
  color: var(--yh-brand-ink);
  font-family: var(--yh-brand-sans);
  font-size: 15px;
  line-height: 1.5;
}

.yh-discussion__field textarea:focus,
.yh-discussion__field input:focus {
  outline: 2px solid var(--yh-brand-evergreen);
  outline-offset: 1px;
}

.yh-discussion__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.yh-discussion__trap {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* The editor note sits beside the button on a wide row. At 375px it claimed
   196px of the 313px available and the button, left shrinkable, was squeezed
   to 105px: "Post comment" wrapped onto three lines in a 77px-tall box. The
   button now holds its natural width and the note wraps beneath it instead. */
.yh-discussion__submit {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 4px 0 0;
}

.yh-discussion__submit button {
  flex: none;
  min-height: 44px;
  padding: 10px 22px;
  white-space: nowrap;
  border: 0;
  border-radius: 6px;
  background: var(--yh-brand-evergreen);
  color: #fff;
  font-family: var(--yh-brand-sans);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.yh-discussion__submit button:hover {
  background: var(--yh-brand-navy);
}

.yh-discussion__submit span {
  color: var(--yh-brand-slate);
  font-size: 12.5px;
}

@media (max-width: 640px) {
  .yh-discussion__row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* At 375px "Community guidelines" broke across two lines, splitting one link
   into two 17px-tall fragments (77px and 69px wide) mid-phrase. Kept whole so
   it reads as one label and taps as one target. The vertical padding enlarges
   the touch area to 27px without moving any text: padding-block on an inline
   box does not grow the line box, and the paragraph stays 105px at 375px.
   Not chasing the 44px control minimum here on purpose. This is a link inside
   a sentence, which the target-size guidance exempts, and forcing 44px would
   mean pulling it out of the prose. */
.yh-discussion__promise a {
  color: var(--yh-brand-evergreen);
  font-weight: 700;
  padding-block: 5px;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.yh-discussion__prompt {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--yh-brand-ink);
}

.yh-discussion__editor {
  display: inline-block;
  margin-left: 2px;
  padding: 1px 8px 2px;
  background: var(--yh-brand-evergreen);
  color: var(--yh-brand-paper);
  border-radius: 999px;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  vertical-align: 1px;
}
