/*
 * Solo Expression Global Navigation Update
 * Only styles the inserted Stories & Impact links when a legacy page
 * lacks the active-link rules found in newer page code.
 */

.se-global-stories-impact-link.active {
	color: var(--gold-bright, #F0C040) !important;
}

.nav__dropdown .se-global-stories-impact-link,
.nav__mobile-sub .se-global-stories-impact-link,
.footer__col .se-global-stories-impact-link {
	text-decoration: none !important;
}
