/*
 * SleepBaby.org 2.5.3 homepage visual-integrity hotfix.
 *
 * The recovered July stylesheet targets links inside its data-css wrapper
 * with five class/attribute components and !important. Match that specificity
 * through the semantic hero parent, then win by loading later. This keeps the
 * plum primary action's foreground white in default, hover, and focus states.
 */

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