/*
 * SleepBaby.org 2.5.2 homepage visual-integrity hotfix.
 *
 * The inactive 2.5.1 WordPress preview exposed a higher-specificity legacy
 * link rule that overrode the cold-traffic hero button's white label. This
 * cache-safe layer pins the foreground on every state and descendant so the
 * plum action retains accessible contrast in the final composited output.
 */

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor a.sb-cro-hero-module__guided.sb-cro-hero-module__primary,
body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor a.sb-cro-hero-module__guided.sb-cro-hero-module__primary:hover,
body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor a.sb-cro-hero-module__guided.sb-cro-hero-module__primary:focus-visible,
body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor a.sb-cro-hero-module__guided.sb-cro-hero-module__primary :is(span, strong, em) {
	color: #fffdf9 !important;
	-webkit-text-fill-color: #fffdf9 !important;
}
