/* 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;
	}
}

/* highlights gallery */
@media only screen and (max-width: 451px) {
	.section-highlights .media-card-set .gallery-item {
		height: 480px;
	}
}
