/* Shared brand palette; white-on-dark and plain document headings remain exceptions. */
:root{--brand-heading-gradient:linear-gradient(90deg,#111820 0%,#174b8a 58%,#2461ad 100%)}
.ye-heading:not(.ye-shadow .ye-heading) .ye-phrase,
.guide-page article .guide-chapter-heading h2{background-image:var(--brand-heading-gradient)}
.unified-heading-fragment{color:#174b8a!important;-webkit-text-fill-color:currentColor!important;background:none!important}
@supports ((background-clip:text) or (-webkit-background-clip:text)){
 .unified-heading-fragment{
  background-image:var(--brand-heading-gradient)!important;
  background-size:var(--unified-gradient-width,100%) 100%!important;
  background-position:var(--unified-gradient-x,0px) 0!important;
  background-repeat:no-repeat!important;
  background-clip:text!important;-webkit-background-clip:text!important;
  color:transparent!important;-webkit-text-fill-color:transparent!important;
 }
 .unified-heading-inline{box-decoration-break:clone;-webkit-box-decoration-break:clone}
}
@media(forced-colors:active){
 .unified-heading-fragment{background:none!important;color:CanvasText!important;-webkit-text-fill-color:currentColor!important}
}
