/*
 * RX Theme v10.23.75.11.12
 * Three-Shell Homepage Architecture + Local-First Medical Mission Recovery.
 * Header and footer selectors are intentionally not restyled here.
 */
body.rx-three-shell-homepage .rx-home-body-shell {
	position: relative;
	isolation: isolate;
	width: 100%;
	min-width: 0;
	background: var(--rx-home-body-background, #fff);
}

body.rx-three-shell-homepage .rx-home-body-shell > main {
	width: 100%;
	min-width: 0;
}


body.rx-three-shell-homepage .rx-mission-story__editorial-principle {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	max-width: 62ch;
	margin: 18px 0 0;
	padding: 13px 16px;
	border: 1px solid rgba(7, 155, 141, .2);
	border-radius: 14px;
	background: rgba(238, 253, 250, .88);
	color: #174a45;
	font-size: 1rem;
	line-height: 1.58;
}

body.rx-three-shell-homepage .rx-mission-story__editorial-principle strong {
	flex: 0 0 auto;
	color: #075f56;
}


body.rx-three-shell-homepage .rx-mission-story__shell,
body.rx-three-shell-homepage .rx-mission-story__impact {
	min-width: 0;
}

body.rx-three-shell-homepage .rx-mission-story__visual,
body.rx-three-shell-homepage .rx-mission-story__globe {
	min-width: 0;
}

body.rx-three-shell-homepage .rx-mission-story + .rx-tmsc,
body.rx-three-shell-homepage .rx-mission-story ~ .rx-tmsc {
	margin-top: 0;
}

body.rx-dark-mode.rx-three-shell-homepage .rx-home-body-shell {
	--rx-home-body-background: #0f172a;
}

body.rx-dark-mode.rx-three-shell-homepage .rx-mission-story__editorial-principle {
	border-color: rgba(94, 234, 212, .22);
	background: rgba(13, 71, 67, .38);
	color: #d9fffa;
}

body.rx-dark-mode.rx-three-shell-homepage .rx-mission-story__editorial-principle strong {
	color: #7cebdd;
}

@media (max-width: 700px) {
	body.rx-three-shell-homepage .rx-mission-story__editorial-principle {
		display: block;
		font-size: 1.02rem;
		line-height: 1.66;
	}

	body.rx-three-shell-homepage .rx-mission-story__editorial-principle strong {
		display: block;
		margin-bottom: 3px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.rx-three-shell-homepage .rx-home-body-shell *,
	body.rx-three-shell-homepage .rx-home-body-shell *::before,
	body.rx-three-shell-homepage .rx-home-body-shell *::after {
		scroll-behavior: auto !important;
	}
}
