/* local overrides */
.section-welcome .marquee-detail {
	padding: 0;
}
@media (max-width: 734px) {
	.section-welcome .marquee-detail:has(a) {
		padding: 18px 0;
	}
}
.custom_card-disclaimer {
	margin-block-start: 1.3em;
	font-size: 0.7em;
}

.caption-tile-gallery
	.caption-tile.wide
	.card-caption-content.custom_workout-card-width {
	box-sizing: border-box;
	width: 100%;
}

/* section-environment */
@media (min-width: 1069px) {
	.section-environment .section-header .section-header-headline {
		max-width: 650px;
		margin-right: 20%;
	}
}
@media (max-width: 1068px) {
	.section-environment .section-header .section-header-headline {
		max-width: 550px;
	}
}
@media (max-width: 734px) {
	.section-environment .section-header .section-header-headline {
		max-width: 340px;
	}
}
