/*! NBC v7.040 · About contrast guard
    Dark sections must never inherit folio/ink text colors. The independence folio stays intentionally light. */
body.page-about-premium main>section:not(#independence) :is(h1,h2,h3,h4){
  color:var(--paper,#eee9df)!important;
  -webkit-text-fill-color:currentColor!important;
}
body.page-about-premium main>section:not(#independence) :is(
  .nbc-about-two-sides-conclusion strong,
  .nbc-about-global-thesis,
  .nbc-about-global-copy strong,
  .nbc-about-method strong,
  .nbc-about-expert-mini strong,
  .nbc-about-final strong
){
  color:var(--paper,#eee9df)!important;
  -webkit-text-fill-color:currentColor!important;
}
body.page-about-premium main>section:not(#independence) :is(
  .nbc-about-section-intro p,
  .nbc-about-global-lead,
  .nbc-about-global-thesis,
  .nbc-about-two-sides-conclusion,
  .nbc-about-method p,
  .nbc-about-expert-mini p,
  .nbc-about-final p
){
  color:rgba(238,233,223,.72)!important;
}
