/* XGene Stage 9A remediation candidate s9a1. */

/* Article-specific legacy CTA rules set -webkit-text-fill-color on links.
 * Reassert the global-shell utility CTA after all Article release layers. */
body.single-xg-article #ast-desktop-header .main-header-menu > .xg-nav-utility > .menu-link,
body.single-xg-article #ast-desktop-header .main-header-menu > .xg-nav-utility > .menu-link:visited {
	color: var(--xg-deep-blue) !important;
	-webkit-text-fill-color: var(--xg-deep-blue) !important;
	background: #fff !important;
	border-color: #ccd8e5 !important;
}

body.single-xg-article #ast-desktop-header .main-header-menu > .xg-nav-utility > .menu-link:hover,
body.single-xg-article #ast-desktop-header .main-header-menu > .xg-nav-utility > .menu-link:focus-visible {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	background: var(--xg-deep-blue) !important;
	border-color: var(--xg-deep-blue) !important;
}
