/* gcahs-article-headings-guard
   The public Used CSS repeats a currentColor gradient across ordinary H3s.
   Use a real border instead of a background stripe. The Extra page-container
   scope also wins against cached review-only overrides, regardless of order.
   Direct editorial headings only: card, slider and transparency titles keep
   their own designs. No series/header detection or viewport dependency. */
body.single-post #page-container .entry-content > h3,
body.single-post #page-container .post-content > h3 {
    background: none !important;
    border: 0 !important;
    border-left: 3px solid currentColor !important;
    box-shadow: none !important;
    /* Preserve the original 12px text inset, including the 3px border. */
    padding-left: 9px !important;
}
