/*
 * SleepBaby.org 2.5.6 homepage visual reset.
 *
 * One isolated, late-loading presentation layer for the July homepage. It
 * changes composition and hierarchy without hiding, reordering, or rewriting
 * the protected Workshop pitch or verified reviews.
 */

body.sb-home-precovid-2019.sleepbaby-homepage {
	--sb256-canvas: #fbf8f4;
	--sb256-paper: #fffdfa;
	--sb256-paper-bright: #ffffff;
	--sb256-ink: #24142d;
	--sb256-ink-soft: #493c50;
	--sb256-plum: #2b1539;
	--sb256-plum-2: #4f2d62;
	--sb256-plum-3: #745080;
	--sb256-mint: #c9f6de;
	--sb256-mint-bright: #e7fff0;
	--sb256-lavender: #eee8fb;
	--sb256-blush: #fdebed;
	--sb256-sky: #e5f2ff;
	--sb256-sage: #dceee7;
	--sb256-coral: #a33f58;
	--sb256-blue: #174f82;
	--sb256-line: #d8cedd;
	--sb256-line-strong: #9a86a2;
	--sb256-focus: #0b65b1;
	--sb256-shadow-xl: 0 38px 90px rgba(43, 21, 57, .19), 0 12px 30px rgba(43, 21, 57, .10);
	--sb256-shadow-lg: 0 24px 58px rgba(43, 21, 57, .14), 0 8px 18px rgba(43, 21, 57, .07);
	--sb256-shadow-md: 0 15px 34px rgba(43, 21, 57, .11), 0 5px 12px rgba(43, 21, 57, .06);
	--sb256-shadow-sm: 0 7px 18px rgba(43, 21, 57, .08);
	background:
		radial-gradient(circle at 7% 2%, rgba(234, 214, 255, .75), transparent 24rem),
		radial-gradient(circle at 94% 9%, rgba(205, 246, 226, .72), transparent 28rem),
		linear-gradient(180deg, #fffdfa 0, var(--sb256-canvas) 36rem, #f8f3fa 100%);
	color: var(--sb256-ink);
}

body.sb-home-precovid-2019.sleepbaby-homepage #sb-home-precovid-shell,
body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor {
	min-width: 0;
	max-width: 100%;
	overflow-x: clip;
	color: var(--sb256-ink);
	font-family: "Times New Roman", Times, serif !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor *,
body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor *::before,
body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor *::after {
	box-sizing: border-box;
	font-family: "Times New Roman", Times, serif !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor :is(a, button, input, select, textarea) {
	font: inherit !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor :is(a, button, summary):focus-visible {
	outline: 3px solid var(--sb256-focus) !important;
	outline-offset: 4px !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor :is(
	.sb-home-chapter,
	.sb-home-reasons,
	.sb-home-reasons__list > li,
	.sb-home-library
) {
	scroll-margin-top: 132px;
}

/* Premium command-bar masthead. */
body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-masthead {
	display: grid !important;
	position: relative;
	z-index: 20;
	width: min(calc(100% - 32px), 1180px) !important;
	min-height: 72px !important;
	grid-template-columns: minmax(190px, 1fr) auto;
	align-items: center;
	gap: 18px;
	margin: 18px auto 16px !important;
	padding: 9px 12px 9px 18px !important;
	border: 1px solid rgba(91, 58, 107, .24) !important;
	border-radius: 18px !important;
	background: rgba(255, 253, 250, .92) !important;
	box-shadow: var(--sb256-shadow-md) !important;
	-webkit-backdrop-filter: blur(18px) saturate(125%);
	backdrop-filter: blur(18px) saturate(125%);
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-masthead::before {
	position: absolute;
	top: -1px;
	right: 24px;
	left: 24px;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, #b692ca 18%, #95dec0 52%, #e6a9ba 82%, transparent);
	content: "";
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-masthead__logo {
	display: inline-flex !important;
	min-height: 44px;
	align-items: center;
	justify-self: start;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-masthead__logo img {
	display: block;
	width: clamp(178px, 21vw, 252px) !important;
	height: auto !important;
	margin: 0 !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-masthead__nav {
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-masthead__nav a {
	display: inline-flex !important;
	min-width: 76px;
	min-height: 44px !important;
	align-items: center;
	justify-content: center;
	padding: 9px 15px !important;
	border: 1px solid transparent !important;
	border-radius: 12px !important;
	color: var(--sb256-plum) !important;
	-webkit-text-fill-color: var(--sb256-plum) !important;
	background: transparent !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
	text-decoration: none !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-masthead__nav a:hover {
	border-color: #c8b9d0 !important;
	background: var(--sb256-lavender) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-masthead__nav a:is(.is-current-section, [aria-current="location"]) {
	border-color: var(--sb256-plum) !important;
	color: #fffdfa !important;
	-webkit-text-fill-color: #fffdfa !important;
	background: var(--sb256-plum) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-masthead.is-compact {
	min-height: 58px !important;
	padding-block: 5px !important;
	box-shadow: 0 10px 28px rgba(43, 21, 57, .14) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-masthead.is-compact .sb-home-masthead__logo img {
	width: clamp(154px, 17vw, 196px) !important;
}

/* Sticky chapter command rail. */
body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-chapters {
	display: flex !important;
	position: sticky;
	top: 8px;
	z-index: 18;
	width: min(calc(100% - 32px), 1180px) !important;
	align-items: center;
	gap: 8px;
	margin: 0 auto 26px !important;
	padding: 7px !important;
	border: 1px solid rgba(91, 58, 107, .25) !important;
	border-radius: 16px !important;
	background: rgba(255, 253, 250, .94) !important;
	box-shadow: var(--sb256-shadow-sm) !important;
	-webkit-backdrop-filter: blur(16px) saturate(130%);
	backdrop-filter: blur(16px) saturate(130%);
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-chapters__label {
	display: inline-flex !important;
	min-height: 44px;
	align-items: center;
	padding: 8px 15px !important;
	border-radius: 11px;
	color: #fffdfa !important;
	-webkit-text-fill-color: #fffdfa !important;
	background: var(--sb256-plum) !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-chapters ul {
	display: flex !important;
	min-width: 0;
	flex: 1 1 auto;
	flex-wrap: nowrap !important;
	gap: 5px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: auto;
	overflow-y: hidden;
	list-style: none !important;
	scroll-snap-type: inline proximity;
	scrollbar-color: #9f8aa8 transparent;
	scrollbar-width: thin;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-chapters li {
	flex: 0 0 auto;
	margin: 0 !important;
	padding: 0 !important;
	scroll-snap-align: start;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-chapters a {
	display: inline-flex !important;
	min-height: 44px !important;
	align-items: center;
	justify-content: center;
	padding: 9px 13px !important;
	border: 1px solid transparent !important;
	border-radius: 11px !important;
	color: var(--sb256-plum) !important;
	-webkit-text-fill-color: var(--sb256-plum) !important;
	background: transparent !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.1 !important;
	text-decoration: none !important;
	white-space: nowrap;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-chapters a:hover {
	border-color: #d0c2d6 !important;
	background: var(--sb256-lavender) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-chapters a:is(.is-active, [aria-current="location"]) {
	border-color: var(--sb256-plum) !important;
	color: #fffdfa !important;
	-webkit-text-fill-color: #fffdfa !important;
	background: var(--sb256-plum) !important;
}

/* Immersive first decision stage: preserved H1 plus existing measurable module. */
body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-css="tve-u-169e7153da2"] {
	display: grid !important;
	position: relative;
	isolation: isolate;
	width: min(calc(100% - 32px), 1180px) !important;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
	align-items: center;
	gap: clamp(30px, 5vw, 74px);
	margin: 18px auto 24px !important;
	padding: clamp(46px, 7vw, 92px) clamp(28px, 6vw, 76px) !important;
	overflow: hidden !important;
	border: 1px solid rgba(255, 255, 255, .24) !important;
	border-radius: clamp(24px, 4vw, 44px) !important;
	background:
		radial-gradient(circle at 8% 12%, rgba(210, 160, 235, .40), transparent 20rem),
		radial-gradient(circle at 94% 88%, rgba(113, 234, 188, .25), transparent 22rem),
		linear-gradient(138deg, #25102f 0%, #3a1f49 53%, #1b273b 100%) !important;
	box-shadow: var(--sb256-shadow-xl) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-css="tve-u-169e7153da2"]::before,
body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-css="tve-u-169e7153da2"]::after {
	position: absolute;
	z-index: -1;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 50%;
	content: "";
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-css="tve-u-169e7153da2"]::before {
	top: -190px;
	right: -110px;
	width: 420px;
	height: 420px;
	box-shadow: 0 0 90px rgba(199, 154, 230, .16) inset;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-css="tve-u-169e7153da2"]::after {
	bottom: -210px;
	left: -100px;
	width: 350px;
	height: 350px;
	box-shadow: 0 0 80px rgba(169, 249, 213, .13) inset;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor h1[data-css="tve-u-15ddcf2d07a"],
body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor h1[data-css="tve-u-15ddcf2d07a"] * {
	position: relative;
	z-index: 1;
	max-width: 18ch;
	margin: 0 !important;
	color: #fffdfa !important;
	-webkit-text-fill-color: #fffdfa !important;
	font-size: clamp(42px, 5.8vw, 82px) !important;
	font-weight: 400 !important;
	line-height: .98 !important;
	letter-spacing: -.045em !important;
	text-align: left !important;
	text-shadow: 0 2px 22px rgba(0, 0, 0, .18) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor h1[data-css="tve-u-15ddcf2d07a"] strong {
	font-weight: 700 !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-cro-hero-module,
body.sb-home-precovid-2019.sleepbaby-homepage.sb-cro-variant--april #tve_editor .sb-cro-hero-module {
	display: flex !important;
	position: relative;
	z-index: 2;
	width: 100% !important;
	max-width: 430px !important;
	flex-direction: column;
	align-items: stretch;
	justify-self: end;
	gap: 11px;
	margin: 0 !important;
	padding: clamp(22px, 3vw, 32px) !important;
	border: 1px solid rgba(255, 255, 255, .55) !important;
	border-radius: 24px !important;
	background: rgba(255, 253, 250, .94) !important;
	box-shadow: 0 24px 55px rgba(12, 7, 24, .28), inset 0 1px rgba(255, 255, 255, .9) !important;
	-webkit-backdrop-filter: blur(18px) saturate(118%);
	backdrop-filter: blur(18px) saturate(118%);
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-cro-hero-module__eyebrow,
body.sb-home-precovid-2019.sleepbaby-homepage.sb-cro-variant--april #tve_editor .sb-cro-hero-module__eyebrow {
	margin: 0 0 2px !important;
	color: #4d2a5d !important;
	-webkit-text-fill-color: #4d2a5d !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
	letter-spacing: .095em !important;
	text-align: left !important;
	text-transform: uppercase;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-cro-hero-module a.sb-cro-hero-module__guided,
body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-cro-hero-module a.sb-cro-hero-module__guided:hover,
body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-cro-hero-module a.sb-cro-hero-module__guided:focus-visible {
	display: inline-flex !important;
	width: 100% !important;
	min-height: 56px !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 18px !important;
	border: 1px solid #715b7c !important;
	border-radius: 14px !important;
	color: var(--sb256-plum) !important;
	-webkit-text-fill-color: var(--sb256-plum) !important;
	background: #fffdfa !important;
	box-shadow: none !important;
	font-size: clamp(18px, 2vw, 21px) !important;
	font-weight: 700 !important;
	line-height: 1.12 !important;
	text-align: center !important;
	text-decoration: none !important;
}

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

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 {
	min-height: 62px !important;
	border-color: #72b995 !important;
	color: var(--sb256-plum) !important;
	-webkit-text-fill-color: var(--sb256-plum) !important;
	background: linear-gradient(135deg, var(--sb256-mint-bright), var(--sb256-mint)) !important;
	box-shadow: 0 14px 28px rgba(56, 118, 88, .20), inset 0 1px rgba(255, 255, 255, .92) !important;
	font-size: clamp(20px, 2.3vw, 24px) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-cro-hero-module .sb-cro-cta,
body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-cro-hero-module .sb-cro-cta--supporting {
	display: inline-flex !important;
	width: 100% !important;
	min-height: 54px !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 11px 16px !important;
	border: 1px solid #b4a5bb !important;
	border-radius: 14px !important;
	color: var(--sb256-plum) !important;
	-webkit-text-fill-color: var(--sb256-plum) !important;
	background: #fffdfa !important;
	box-shadow: none !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1.12 !important;
	text-align: center !important;
	text-decoration: none !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-cro-hero-module .sb-cro-cta :is(span, strong, em),
body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-cro-hero-module .sb-cro-cta--supporting :is(span, strong, em) {
	color: var(--sb256-plum) !important;
	-webkit-text-fill-color: var(--sb256-plum) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage.sb-cro-returning-home #tve_editor .sb-cro-hero-module .sb-cro-cta,
body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-cro-hero-module--article-assisted .sb-cro-cta {
	min-height: 62px !important;
	border-color: #72b995 !important;
	color: var(--sb256-plum) !important;
	-webkit-text-fill-color: var(--sb256-plum) !important;
	background: linear-gradient(135deg, var(--sb256-mint-bright), var(--sb256-mint)) !important;
	box-shadow: 0 14px 28px rgba(56, 118, 88, .20) !important;
	font-size: clamp(20px, 2.3vw, 24px) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-cro-hero-module__proof,
body.sb-home-precovid-2019.sleepbaby-homepage.sb-cro-variant--april #tve_editor .sb-cro-hero-module__proof {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 6px !important;
	margin: 3px 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-cro-hero-module__proof li {
	display: flex !important;
	min-height: 52px !important;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 8px 7px !important;
	border: 1px solid #d7cddd !important;
	border-radius: 11px !important;
	color: #392541 !important;
	-webkit-text-fill-color: #392541 !important;
	background: #faf6fc !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.16 !important;
	text-align: center !important;
}

/* First preserved prose reads as a purposeful handoff from the decision stage. */
body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-css="tve-u-15dcd52b5a6"] {
	width: min(calc(100% - 44px), 860px) !important;
	margin: 0 auto 18px !important;
	padding: 20px 24px !important;
	border: 1px solid #d7cadb !important;
	border-left: 5px solid #7c5d89 !important;
	border-radius: 0 18px 18px 0 !important;
	background: rgba(255, 253, 250, .96) !important;
	box-shadow: var(--sb256-shadow-sm) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-css="tve-u-15dcd52b5a6"] :is(p, span, strong, em) {
	margin: 0 !important;
	color: var(--sb256-ink) !important;
	-webkit-text-fill-color: var(--sb256-ink) !important;
	font-size: clamp(18px, 2vw, 21px) !important;
	line-height: 1.5 !important;
}

/* Global chapter banner language. */
body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-chapter {
	display: block !important;
	position: relative;
	width: min(calc(100% - 32px), 1120px) !important;
	margin: clamp(62px, 8vw, 112px) auto 30px !important;
	padding: clamp(31px, 5vw, 58px) !important;
	overflow: hidden;
	border: 1px solid rgba(80, 46, 94, .18) !important;
	border-radius: clamp(22px, 3vw, 34px) !important;
	box-shadow: var(--sb256-shadow-lg) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-chapter::before {
	top: 0 !important;
	right: 0;
	left: 0 !important;
	width: auto !important;
	height: 4px !important;
	border-radius: 0 !important;
	background: linear-gradient(90deg, #9f71b3, #78cba8, #e29aad) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-chapter :is(h2, h3),
body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-chapter :is(h2, h3) * {
	max-width: 21ch;
	margin-inline: auto !important;
	color: var(--sb256-ink) !important;
	-webkit-text-fill-color: var(--sb256-ink) !important;
	font-size: clamp(36px, 5vw, 60px) !important;
	font-weight: 700 !important;
	line-height: 1.02 !important;
	letter-spacing: -.035em !important;
	text-align: center !important;
	text-shadow: none !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-chapter--science {
	background: linear-gradient(135deg, #f8fcff, var(--sb256-sky)) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-chapter--story {
	background: linear-gradient(135deg, #fffdfa, var(--sb256-blush)) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-chapter--tips {
	background: linear-gradient(135deg, var(--sb256-mint-bright), #f7fffb) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor :is(.sb-home-chapter--workshop, .sb-home-chapter--final) {
	border-color: rgba(255, 255, 255, .2) !important;
	background:
		radial-gradient(circle at 90% 15%, rgba(197, 135, 225, .26), transparent 18rem),
		linear-gradient(135deg, #261132, #49305a 62%, #253b45) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor :is(.sb-home-chapter--workshop, .sb-home-chapter--final) :is(h2, h3),
body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor :is(.sb-home-chapter--workshop, .sb-home-chapter--final) :is(h2, h3) * {
	color: #fffdfa !important;
	-webkit-text-fill-color: #fffdfa !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-chapter--discover {
	background: linear-gradient(135deg, #f3effa, #f9fffc) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-chapter--bonuses {
	background: linear-gradient(135deg, #fff8ec, #fce8f0) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-chapter--reviews {
	background: linear-gradient(135deg, #f4edfc, #eef7ff) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-chapter--guarantee {
	background: linear-gradient(135deg, var(--sb256-mint-bright), #f5fffb) !important;
}

/* Existing teaching and product panels become a coherent editorial system. */
body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-ct-name="Number Box 5"] {
	position: relative;
	width: min(calc(100% - 32px), 980px) !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 22px auto !important;
	padding: clamp(26px, 4vw, 44px) !important;
	overflow: hidden;
	border: 1px solid #d5c9da !important;
	border-radius: 24px !important;
	background: linear-gradient(145deg, #ffffff, #faf5fc) !important;
	box-shadow: var(--sb256-shadow-md) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-ct-name="Number Box 5"]:nth-of-type(3n + 1) {
	background: linear-gradient(145deg, #ffffff, #edf9f4) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-ct-name="Number Box 5"]:nth-of-type(3n + 2) {
	background: linear-gradient(145deg, #ffffff, #fcedf1) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-ct-name="Number Box 5"] :is(p, span, strong, em, h2, h3),
body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-ct-name="Number Box 5"] :is(p, span, strong, em, h2, h3) * {
	color: var(--sb256-ink) !important;
	-webkit-text-fill-color: var(--sb256-ink) !important;
	text-shadow: none !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-ct-name="Number Box 5"] h3 {
	font-size: clamp(27px, 3.5vw, 40px) !important;
	line-height: 1.08 !important;
	letter-spacing: -.025em !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-ct-name="Number Box 5"] p {
	font-size: clamp(17px, 1.7vw, 19px) !important;
	line-height: 1.55 !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-tip-art {
	display: grid !important;
	width: clamp(116px, 13vw, 152px) !important;
	min-height: clamp(116px, 13vw, 152px);
	place-items: center;
	margin: 0 auto 18px !important;
	padding: 10px !important;
	border: 1px solid rgba(89, 54, 104, .15);
	border-radius: 38% 62% 58% 42% / 50% 43% 57% 50%;
	background: rgba(255, 255, 255, .72);
	box-shadow: 0 13px 28px rgba(62, 36, 76, .10);
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-tip-art img {
	display: block;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	object-fit: contain;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor :is(
	[data-css="tve-u-1698df6d879"],
	[data-css="tve-u-1698dfe5106"],
	[data-css="tve-u-1698df53d70"]
) {
	width: min(100%, 330px) !important;
	margin: 8px auto 24px !important;
	padding: 10px !important;
	border: 1px solid rgba(85, 48, 99, .14);
	border-radius: 22px;
	background: rgba(255, 255, 255, .76);
	box-shadow: var(--sb256-shadow-sm);
}

/* Decision panels: unmistakable, calm, and truthful. */
body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-ct-name="Exciting Download Button"] {
	position: relative;
	isolation: isolate;
	width: min(calc(100% - 32px), 980px) !important;
	height: auto !important;
	min-height: 0 !important;
	margin: clamp(44px, 7vw, 82px) auto !important;
	padding: clamp(32px, 5vw, 58px) !important;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .25) !important;
	border-radius: clamp(24px, 4vw, 38px) !important;
	background:
		radial-gradient(circle at 90% 10%, rgba(169, 239, 207, .26), transparent 17rem),
		linear-gradient(138deg, #251130, #442654 66%, #243842) !important;
	box-shadow: var(--sb256-shadow-xl) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-ct-name="Exciting Download Button"]::before {
	position: absolute;
	z-index: -1;
	top: -120px;
	right: -90px;
	width: 280px;
	height: 280px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 50%;
	content: "";
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-ct-name="Exciting Download Button"] :is(p, span, strong, em, b, i, h2, h3),
body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-ct-name="Exciting Download Button"] :is(p, span, strong, em, b, i, h2, h3) * {
	color: #fffdfa !important;
	-webkit-text-fill-color: #fffdfa !important;
	text-shadow: none !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-ct-name="Exciting Download Button"] .thrv_text_element {
	margin: 0 0 22px !important;
	padding: clamp(18px, 3vw, 28px) !important;
	border: 1px solid rgba(255, 255, 255, .20) !important;
	border-radius: 18px !important;
	background: rgba(255, 255, 255, .085) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-ct-name="Exciting Download Button"] :is(
	.sb-cro-upgraded-cta .sb-cro-cta,
	a.sb-cro-cta--legacy-upgraded,
	.tve_image_frame > a[href*="/purchase/"]
) {
	display: flex !important;
	width: min(100%, 620px) !important;
	min-height: 62px !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 10px;
	margin-inline: auto !important;
	padding: 13px 21px !important;
	border: 1px solid #73b995 !important;
	border-radius: 16px !important;
	color: var(--sb256-plum) !important;
	-webkit-text-fill-color: var(--sb256-plum) !important;
	background: linear-gradient(135deg, var(--sb256-mint-bright), var(--sb256-mint)) !important;
	box-shadow: 0 16px 32px rgba(76, 174, 128, .22), inset 0 1px rgba(255, 255, 255, .92) !important;
	font-size: clamp(20px, 2.5vw, 27px) !important;
	font-weight: 700 !important;
	line-height: 1.12 !important;
	text-align: center !important;
	text-decoration: none !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-ct-name="Exciting Download Button"] :is(
	.sb-cro-upgraded-cta .sb-cro-cta,
	a.sb-cro-cta--legacy-upgraded,
	.tve_image_frame > a[href*="/purchase/"]
) :is(span, strong, em, b, i) {
	color: var(--sb256-plum) !important;
	-webkit-text-fill-color: var(--sb256-plum) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-ct-name="Exciting Download Button"] :is(
	.sb-cro-upgraded-cta .sb-cro-cta,
	a.sb-cro-cta--legacy-upgraded,
	.tve_image_frame > a[href*="/purchase/"]
):hover {
	transform: translateY(-2px);
	background: linear-gradient(135deg, #f0fff4, #baf1d4) !important;
	box-shadow: 0 20px 38px rgba(76, 174, 128, .28), inset 0 1px rgba(255, 255, 255, .95) !important;
}

/* Editorial review sheets. */
body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-css="tve-u-15de4b388bf"] :is(
	[data-css="tve-u-15ddce293d5"],
	[data-css="tve-u-16ab6a5d9a7"],
	[data-css="tve-u-169b3273af3"],
	[data-css="tve-u-16a04b85e96"],
	[data-css="tve-u-16a04b8a472"],
	[data-css="tve-u-16a04b8f253"],
	[data-css="tve-u-16a04ccf1f6"],
	[data-css="tve-u-16a04ce820d"]
) {
	width: min(calc(100% - 32px), 920px) !important;
	max-width: none !important;
	margin: 24px auto !important;
	padding: clamp(27px, 4vw, 46px) !important;
	overflow: hidden;
	border: 1px solid #d8cbe0 !important;
	border-left: 6px solid #8d62a1 !important;
	border-radius: 10px 26px 26px 10px !important;
	background: linear-gradient(145deg, #ffffff, #faf5fc 64%, #f0faf6) !important;
	box-shadow: var(--sb256-shadow-md) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-css="tve-u-15de4b388bf"] :is(
	[data-css="tve-u-15ddce293d5"],
	[data-css="tve-u-16ab6a5d9a7"],
	[data-css="tve-u-169b3273af3"],
	[data-css="tve-u-16a04b85e96"],
	[data-css="tve-u-16a04b8a472"],
	[data-css="tve-u-16a04b8f253"],
	[data-css="tve-u-16a04ccf1f6"],
	[data-css="tve-u-16a04ce820d"]
) :is(p, span, strong, em, h3),
body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-css="tve-u-15de4b388bf"] :is(
	[data-css="tve-u-15ddce293d5"],
	[data-css="tve-u-16ab6a5d9a7"],
	[data-css="tve-u-169b3273af3"],
	[data-css="tve-u-16a04b85e96"],
	[data-css="tve-u-16a04b8a472"],
	[data-css="tve-u-16a04b8f253"],
	[data-css="tve-u-16a04ccf1f6"],
	[data-css="tve-u-16a04ce820d"]
) :is(p, span, strong, em, h3) * {
	color: var(--sb256-ink) !important;
	-webkit-text-fill-color: var(--sb256-ink) !important;
	line-height: 1.58 !important;
	text-shadow: none !important;
}

/* Baby-won't-sleep field guide. */
body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons {
	position: relative;
	width: min(calc(100% - 32px), 1180px) !important;
	margin: clamp(72px, 9vw, 128px) auto 54px !important;
	padding: clamp(38px, 6vw, 76px) !important;
	overflow: hidden;
	border: 1px solid #c9c4df !important;
	border-top: 0 !important;
	border-radius: clamp(26px, 4vw, 42px) !important;
	background:
		radial-gradient(circle at 95% 5%, rgba(189, 224, 255, .78), transparent 25rem),
		linear-gradient(145deg, #fffdfa 0%, #f7f4ff 58%, #eff8ff 100%) !important;
	box-shadow: var(--sb256-shadow-xl) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 6px;
	background: linear-gradient(90deg, #654175, #6fb9a0 48%, #c96982);
	content: "";
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__eyebrow {
	margin: 0 0 11px !important;
	color: #684078 !important;
	-webkit-text-fill-color: #684078 !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: .10em !important;
	text-transform: uppercase;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons > h2 {
	max-width: 18ch;
	margin: 0 0 22px !important;
	color: var(--sb256-ink) !important;
	-webkit-text-fill-color: var(--sb256-ink) !important;
	font-size: clamp(42px, 6vw, 72px) !important;
	font-weight: 700 !important;
	line-height: .99 !important;
	letter-spacing: -.045em !important;
	text-align: left !important;
	text-shadow: none !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__intro {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(18px, 3vw, 36px) !important;
	margin: 0 0 30px !important;
	padding: 0 0 30px !important;
	border-bottom: 1px solid #d5cee0 !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__intro p {
	margin: 0 !important;
	color: var(--sb256-ink-soft) !important;
	-webkit-text-fill-color: var(--sb256-ink-soft) !important;
	font-size: clamp(18px, 1.8vw, 20px) !important;
	line-height: 1.58 !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__index {
	margin: 0 0 28px !important;
	padding: clamp(20px, 3vw, 30px) !important;
	border: 1px solid #c8bbd0 !important;
	border-radius: 22px !important;
	background: rgba(255, 255, 255, .86) !important;
	box-shadow: var(--sb256-shadow-sm) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__index-title {
	margin: 0 0 13px !important;
	color: var(--sb256-plum) !important;
	-webkit-text-fill-color: var(--sb256-plum) !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__index ol {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	counter-reset: sb256-index;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__index li {
	margin: 0 !important;
	padding: 0 !important;
	counter-increment: sb256-index;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__index a {
	display: flex !important;
	min-height: 66px !important;
	align-items: center;
	gap: 9px;
	padding: 10px !important;
	border: 1px solid #ded4e2 !important;
	border-radius: 13px !important;
	color: var(--sb256-plum) !important;
	-webkit-text-fill-color: var(--sb256-plum) !important;
	background: #fffdfa !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.12 !important;
	text-decoration: none !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__index a::before {
	display: inline-grid !important;
	width: 30px !important;
	height: 30px !important;
	flex: 0 0 30px;
	place-items: center;
	border-radius: 9px;
	color: #fffdfa !important;
	-webkit-text-fill-color: #fffdfa !important;
	background: var(--sb256-plum) !important;
	content: counter(sb256-index, decimal-leading-zero) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__index a:hover {
	border-color: #a78bb2 !important;
	background: var(--sb256-lavender) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__checklist {
	display: grid !important;
	position: relative;
	grid-template-columns: minmax(0, 1fr) minmax(180px, 280px);
	grid-template-areas: "title art" "list art" "copy copy";
	gap: 14px 32px !important;
	margin: 0 0 26px !important;
	padding: clamp(25px, 4vw, 42px) !important;
	overflow: hidden;
	border: 1px solid #afd2c2 !important;
	border-radius: 24px !important;
	background: linear-gradient(140deg, #f4fff9, var(--sb256-sage)) !important;
	box-shadow: var(--sb256-shadow-md) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__checklist h3 {
	grid-area: title;
	margin: 0 !important;
	color: var(--sb256-ink) !important;
	-webkit-text-fill-color: var(--sb256-ink) !important;
	font-size: clamp(29px, 4vw, 42px) !important;
	line-height: 1.05 !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__checklist ul {
	display: grid !important;
	grid-area: list;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 18px !important;
	margin: 0 !important;
	padding-left: 21px !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__checklist > p {
	grid-area: copy;
	margin: 8px 0 0 !important;
	padding-top: 17px;
	border-top: 1px solid #b9d4c7;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__checklist :is(li, p) {
	color: #263b34 !important;
	-webkit-text-fill-color: #263b34 !important;
	font-size: 16px !important;
	line-height: 1.48 !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__sticker {
	position: static !important;
	grid-area: art;
	width: 100% !important;
	height: 100% !important;
	max-height: 255px;
	margin: 0 !important;
	object-fit: contain;
	filter: drop-shadow(0 16px 22px rgba(43, 77, 64, .13));
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__safety {
	margin: 0 0 12px !important;
	padding: clamp(23px, 3vw, 34px) !important;
	border: 1px solid #d9aeb8 !important;
	border-left: 7px solid var(--sb256-coral) !important;
	border-radius: 8px 22px 22px 8px !important;
	background: linear-gradient(145deg, #fffaf8, var(--sb256-blush)) !important;
	box-shadow: none !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__safety h3 {
	margin: 0 0 8px !important;
	color: #652338 !important;
	-webkit-text-fill-color: #652338 !important;
	font-size: clamp(24px, 3vw, 32px) !important;
	line-height: 1.08 !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__safety p {
	margin: 0 !important;
	color: #432b34 !important;
	-webkit-text-fill-color: #432b34 !important;
	font-size: 17px !important;
	line-height: 1.55 !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__list {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	list-style: none !important;
	counter-reset: sleep-reason;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__list > li {
	display: grid !important;
	position: relative;
	grid-template-columns: 72px minmax(0, 1fr);
	column-gap: clamp(18px, 3vw, 34px);
	margin: 13px 0 0 !important;
	padding: clamp(26px, 4vw, 42px) !important;
	border: 1px solid #ddd3e3 !important;
	border-radius: 22px !important;
	background: rgba(255, 255, 255, .78) !important;
	box-shadow: 0 8px 20px rgba(43, 21, 57, .055) !important;
	counter-increment: sleep-reason;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__list > li:nth-child(even) {
	background: rgba(238, 248, 255, .86) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__list > li::before {
	display: grid !important;
	position: static !important;
	width: 64px !important;
	height: 64px !important;
	grid-column: 1;
	grid-row: 1 / span 8;
	place-items: center;
	margin: 0 !important;
	border: 1px solid #5b386a !important;
	border-radius: 18px !important;
	color: #fffdfa !important;
	-webkit-text-fill-color: #fffdfa !important;
	background: linear-gradient(145deg, #654476, var(--sb256-plum)) !important;
	content: counter(sleep-reason, decimal-leading-zero) !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	font-variant-numeric: tabular-nums;
	line-height: 1 !important;
	text-align: center !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__list > li > * {
	grid-column: 2;
	max-width: 72ch;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__list h3 {
	margin: 0 0 10px !important;
	color: var(--sb256-ink) !important;
	-webkit-text-fill-color: var(--sb256-ink) !important;
	font-size: clamp(25px, 3.3vw, 36px) !important;
	line-height: 1.08 !important;
	letter-spacing: -.025em !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__list p {
	margin: 0 0 10px !important;
	color: var(--sb256-ink-soft) !important;
	-webkit-text-fill-color: var(--sb256-ink-soft) !important;
	font-size: 18px !important;
	line-height: 1.58 !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons a {
	color: var(--sb256-blue) !important;
	-webkit-text-fill-color: var(--sb256-blue) !important;
	font-weight: 700 !important;
	text-decoration-thickness: .08em !important;
	text-underline-offset: .16em !important;
}

/* Current-guide magazine shelf. */
body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-library {
	width: min(calc(100% - 32px), 1180px) !important;
	margin: 58px auto clamp(70px, 9vw, 118px) !important;
	padding: clamp(34px, 6vw, 70px) !important;
	border: 1px solid #c9d5d1 !important;
	border-top: 6px solid #477d70 !important;
	border-radius: clamp(25px, 4vw, 40px) !important;
	background: linear-gradient(145deg, #fffdfa, #f2faf7) !important;
	box-shadow: var(--sb256-shadow-xl) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-library__header {
	display: grid !important;
	grid-template-columns: minmax(0, .9fr) minmax(280px, 1.1fr);
	grid-template-areas: "eyebrow eyebrow" "title copy";
	align-items: end;
	gap: 10px clamp(28px, 5vw, 70px) !important;
	margin: 0 0 30px !important;
	padding: 0 0 28px !important;
	border-bottom: 1px solid #cad9d3 !important;
	text-align: left !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-library__eyebrow {
	grid-area: eyebrow;
	margin: 0 !important;
	color: #35675d !important;
	-webkit-text-fill-color: #35675d !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: .09em !important;
	text-transform: uppercase;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-library__header h2 {
	grid-area: title;
	max-width: 13ch;
	margin: 0 !important;
	color: var(--sb256-ink) !important;
	-webkit-text-fill-color: var(--sb256-ink) !important;
	font-size: clamp(40px, 5.5vw, 66px) !important;
	line-height: .99 !important;
	letter-spacing: -.045em !important;
	text-shadow: none !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-library__header > p:last-child {
	grid-area: copy;
	max-width: 48ch;
	margin: 0 !important;
	color: var(--sb256-ink-soft) !important;
	-webkit-text-fill-color: var(--sb256-ink-soft) !important;
	font-size: 19px !important;
	line-height: 1.5 !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-library__grid {
	display: grid !important;
	grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
	gap: 16px !important;
	margin: 0 !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-guide-card {
	min-width: 0;
	margin: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-guide-card--lead:first-child {
	grid-column: span 7 !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-guide-card--lead:nth-child(2),
body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-guide-card--lead:nth-child(3) {
	grid-column: span 5 !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-guide-card--compact {
	grid-column: span 4 !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-guide-card__link {
	display: flex !important;
	height: 100%;
	min-height: 44px;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #cdd9d4 !important;
	border-radius: 20px !important;
	color: var(--sb256-ink) !important;
	-webkit-text-fill-color: var(--sb256-ink) !important;
	background: rgba(255, 255, 255, .92) !important;
	box-shadow: var(--sb256-shadow-md) !important;
	text-decoration: none !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-guide-card__link:hover {
	border-color: #73998e !important;
	transform: translateY(-2px);
	box-shadow: 0 20px 42px rgba(44, 88, 76, .15) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-guide-card__media {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-bottom: 1px solid #cdd9d4;
	background: var(--sb256-sage);
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-guide-card--lead:first-child .sb-home-guide-card__media {
	aspect-ratio: 16 / 8.2;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-guide-card__media img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: cover;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-guide-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: flex-start;
	padding: clamp(20px, 3vw, 30px) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-guide-card__meta {
	margin-bottom: 9px;
	color: #35675d !important;
	-webkit-text-fill-color: #35675d !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-guide-card h3 {
	margin: 0 0 10px !important;
	color: var(--sb256-ink) !important;
	-webkit-text-fill-color: var(--sb256-ink) !important;
	font-size: clamp(23px, 3vw, 34px) !important;
	line-height: 1.06 !important;
	letter-spacing: -.025em !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-guide-card__excerpt {
	margin-bottom: 16px;
	color: var(--sb256-ink-soft) !important;
	-webkit-text-fill-color: var(--sb256-ink-soft) !important;
	font-size: 17px !important;
	line-height: 1.5 !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-guide-card__read {
	margin-top: auto;
	color: var(--sb256-blue) !important;
	-webkit-text-fill-color: var(--sb256-blue) !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	text-decoration: underline !important;
	text-decoration-thickness: .08em !important;
	text-underline-offset: .18em !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-guide-card--compact .sb-home-guide-card__media {
	display: none !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-guide-card--compact .sb-home-guide-card__link {
	border-top: 5px solid #477d70 !important;
	box-shadow: var(--sb256-shadow-sm) !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-library__footer {
	display: flex;
	justify-content: flex-end;
	margin-top: 24px;
	padding-top: 22px;
	border-top: 1px solid #cad9d3;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-library__all {
	display: inline-flex !important;
	min-height: 50px !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 11px 18px !important;
	border: 1px solid var(--sb256-plum) !important;
	border-radius: 13px !important;
	color: #fffdfa !important;
	-webkit-text-fill-color: #fffdfa !important;
	background: var(--sb256-plum) !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
}

body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-library__all:hover {
	background: #462456 !important;
}

/* Keep meaningful movement restrained and opt-out compatible. */
@media (prefers-reduced-motion: no-preference) {
	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor :is(
		.sb-home-masthead__nav a,
		.sb-home-chapters a,
		.sb-cro-hero-module a,
		[data-ct-name="Exciting Download Button"] a,
		.sb-home-guide-card__link,
		.sb-home-library__all
	) {
		transition: transform .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease !important;
	}
}

/* Tablet composition. */
@media (max-width: 1024px) {
	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-css="tve-u-169e7153da2"] {
		grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
		gap: 28px;
		padding: 48px 38px !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__index ol {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-guide-card--lead:first-child,
	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-guide-card--lead:nth-child(2),
	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-guide-card--lead:nth-child(3) {
		grid-column: span 6 !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-guide-card--lead:nth-child(3) {
		grid-column: 1 / -1 !important;
	}
}

@media (max-width: 800px) {
	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-css="tve-u-169e7153da2"] {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor h1[data-css="tve-u-15ddcf2d07a"],
	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor h1[data-css="tve-u-15ddcf2d07a"] * {
		max-width: 17ch;
		text-align: center !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-cro-hero-module {
		max-width: 560px !important;
		justify-self: center;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-library__header {
		grid-template-columns: 1fr;
		grid-template-areas: "eyebrow" "title" "copy";
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-library__header h2 {
		max-width: 16ch;
	}
}

/* Phone-first deliberate sequence. */
@media (max-width: 767px) {
	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-masthead {
		width: calc(100% - 16px) !important;
		min-height: 60px !important;
		grid-template-columns: minmax(130px, 1fr) auto;
		gap: 8px;
		margin: 8px auto 10px !important;
		padding: 7px 8px 7px 12px !important;
		border-radius: 14px !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-masthead__logo img {
		width: clamp(146px, 42vw, 188px) !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-masthead__nav {
		gap: 2px;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-masthead__nav a {
		min-width: 58px;
		padding-inline: 8px !important;
		font-size: 14px !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-chapters {
		position: sticky;
		top: 4px;
		width: calc(100% - 16px) !important;
		gap: 6px;
		margin: 0 auto 14px !important;
		padding: 6px !important;
		overflow: hidden;
		border-radius: 13px !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-chapters__label {
		min-height: 44px;
		padding-inline: 11px !important;
		font-size: 12px !important;
		letter-spacing: .055em !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-chapters ul {
		padding: 0 8px 3px 0 !important;
		-webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 20px), transparent 100%);
		mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 20px), transparent 100%);
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-chapters a {
		padding-inline: 11px !important;
		font-size: 14px !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor :is(
		.sb-home-chapter,
		.sb-home-reasons,
		.sb-home-reasons__list > li,
		.sb-home-library
	) {
		scroll-margin-top: 116px;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-css="tve-u-169e7153da2"] {
		width: calc(100% - 16px) !important;
		gap: 22px;
		margin: 10px auto 15px !important;
		padding: 34px 18px 22px !important;
		border-radius: 26px !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor h1[data-css="tve-u-15ddcf2d07a"],
	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor h1[data-css="tve-u-15ddcf2d07a"] * {
		font-size: clamp(37px, 11.5vw, 56px) !important;
		line-height: .99 !important;
		letter-spacing: -.042em !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-cro-hero-module {
		padding: 18px !important;
		border-radius: 19px !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-cro-hero-module__proof {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-cro-hero-module__proof li:last-child {
		grid-column: 1 / -1;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-css="tve-u-15dcd52b5a6"] {
		width: calc(100% - 24px) !important;
		padding: 17px 18px !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-chapter {
		width: calc(100% - 16px) !important;
		margin-top: 48px !important;
		padding: 27px 19px !important;
		border-radius: 22px !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-chapter :is(h2, h3),
	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-chapter :is(h2, h3) * {
		font-size: clamp(31px, 9vw, 45px) !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-ct-name="Number Box 5"],
	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-ct-name="Exciting Download Button"] {
		width: calc(100% - 16px) !important;
		padding: 22px 17px !important;
		border-radius: 21px !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-ct-name="Exciting Download Button"] {
		margin-block: 42px !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-ct-name="Exciting Download Button"] .thrv_text_element {
		padding: 17px !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-ct-name="Exciting Download Button"] :is(
		.sb-cro-upgraded-cta .sb-cro-cta,
		a.sb-cro-cta--legacy-upgraded,
		.tve_image_frame > a[href*="/purchase/"]
	) {
		min-height: 60px !important;
		padding-inline: 14px !important;
		white-space: normal !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-tip-art {
		width: clamp(108px, 34vw, 138px) !important;
		min-height: clamp(108px, 34vw, 138px);
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons,
	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-library {
		width: calc(100% - 16px) !important;
		padding: 29px 18px !important;
		border-radius: 24px !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons > h2,
	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-library__header h2 {
		font-size: clamp(34px, 10.2vw, 48px) !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__intro {
		grid-template-columns: 1fr;
		gap: 13px !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__index {
		padding: 15px !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__index ol {
		grid-template-columns: 1fr;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__index a {
		min-height: 52px !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__checklist {
		display: block !important;
		padding: 23px 18px !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__checklist ul {
		grid-template-columns: 1fr;
		gap: 6px !important;
		margin-top: 13px !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__sticker {
		display: block;
		width: min(62vw, 230px) !important;
		height: auto !important;
		margin: 0 auto 16px !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__list > li {
		grid-template-columns: 50px minmax(0, 1fr);
		column-gap: 13px;
		padding: 21px 16px !important;
		border-radius: 18px !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__list > li::before {
		width: 46px !important;
		height: 46px !important;
		border-radius: 13px !important;
		font-size: 15px !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__list h3 {
		font-size: clamp(23px, 7.2vw, 31px) !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__list p {
		font-size: 17px !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-library__grid {
		grid-template-columns: 1fr !important;
		gap: 13px !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor :is(
		.sb-home-guide-card--lead:first-child,
		.sb-home-guide-card--lead:nth-child(2),
		.sb-home-guide-card--lead:nth-child(3),
		.sb-home-guide-card--compact
	) {
		grid-column: 1 !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-guide-card__media {
		aspect-ratio: 16 / 8 !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-library__footer {
		justify-content: stretch;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-library__all {
		width: 100%;
	}
}

@media (max-width: 390px) {
	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-masthead {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-masthead__logo {
		justify-self: center;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-masthead__nav {
		display: grid !important;
		width: 100%;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-masthead__nav a {
		width: 100%;
		min-width: 0;
	}
}

@media (max-width: 320px) {
	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-chapters__label {
		padding-inline: 8px !important;
		font-size: 11px !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor [data-css="tve-u-169e7153da2"] {
		padding-inline: 14px !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-cro-hero-module {
		padding: 15px !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-cro-hero-module__proof {
		grid-template-columns: 1fr;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-cro-hero-module__proof li:last-child {
		grid-column: auto;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons,
	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-library {
		padding-inline: 13px !important;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__list > li {
		grid-template-columns: 1fr;
		row-gap: 12px;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__list > li::before {
		grid-column: 1;
		grid-row: 1;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor .sb-home-reasons__list > li > * {
		grid-column: 1;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor *,
	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor *::before,
	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor *::after {
		scroll-behavior: auto !important;
		animation: none !important;
		transition: none !important;
	}
}

@media (forced-colors: active) {
	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor :is(
		.sb-home-masthead,
		.sb-home-masthead__nav a,
		.sb-home-chapters,
		.sb-home-chapters__label,
		.sb-home-chapters a,
		[data-css="tve-u-169e7153da2"],
		.sb-cro-hero-module,
		.sb-cro-hero-module a,
		.sb-cro-hero-module__proof li,
		.sb-home-chapter,
		[data-ct-name="Number Box 5"],
		[data-ct-name="Exciting Download Button"],
		[data-ct-name="Exciting Download Button"] a,
		.sb-home-reasons,
		.sb-home-reasons__index,
		.sb-home-reasons__index a,
		.sb-home-reasons__checklist,
		.sb-home-reasons__safety,
		.sb-home-reasons__list > li,
		.sb-home-library,
		.sb-home-guide-card__link,
		.sb-home-library__all
	) {
		border: 1px solid CanvasText !important;
		color: CanvasText !important;
		-webkit-text-fill-color: CanvasText !important;
		background: Canvas !important;
		box-shadow: none !important;
		filter: none !important;
		forced-color-adjust: auto;
	}

	body.sb-home-precovid-2019.sleepbaby-homepage #tve_editor :is(a, button, summary):focus-visible {
		outline: 3px solid Highlight !important;
	}
}
