/* A28: final typography and contrast corrections requested after A27. */

/* Keep the support-menu description readable on every configured dark card. */
html body .mega-menu .support-menu-lead p {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
}

/* The CG Digital hero eyebrow sits on a blue gradient and must remain white. */
html body .v13-location-hero.digital .v13-location-copy .eh-overline {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
}

/* Fallback for browsers where the inline priority applied by vA28.js is
   unavailable.  The CG font remains controlled by Admin > Typography. */
html body .cg-brand-text {
  font-family: var(--font-cg-global, Poppins, "Helvetica Neue", Arial, sans-serif) !important;
  font-style: normal !important;
}
