/* Local Overrides */

/* Custom disclaimer */
.custom_disclaimer {
	color: #ffffff;
	font-size: 16px;
	opacity: 56%;
}
.custom_disclaimer_workout {
	display: block !important;
	color: #000000;
	font-size: 12px;
	opacity: 56%;
	margin-top: 16px;
}

@media (max-width: 1068px) {
	.custom_disclaimer {
		font-size: 12px;
	}
	.custom_disclaimer_workout {
		font-size: 12px;
	}
}

@media (max-width: 451px) {
	.custom_disclaimer {
		margin-top: 2px;
		font-size: 11px;
	}
	.section-highlights
		[data-ac-gallery-item].gallery-item
		.media-block:has(
			picture.overview-highlights-siri-conversations-startframe
		),
	.section-highlights
		[data-ac-gallery-item].gallery-item
		.media-block:has(
			picture.overview-highlights-siri-conversations-endframe
		) {
		margin-top: 20px;
	}
}

@media (min-width: 1069px) {
	[data-component-list="MediaCardGallery"]
		.media-gallery
		.caption-animation-container,
	[data-component-list="MediaCardGallery"] .media-gallery .footer-sosumi,
	[data-media-card-gallery] .media-gallery .caption-animation-container,
	[data-media-card-gallery] .media-gallery .footer-sosumi {
		width: 684px;
	}
}

/* hero headline */
.section.section-welcome .welcome-header {
	max-width: min(756px, 87.5vw);
}

@media (max-width: 734px) {
	.section.section-welcome .welcome-header {
		max-width: min(500px, 87.5vw);
	}
}
