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

/* Apple Intelligence Icon*/
:root {
	--localnav-ai-glyph-fill: rgb(255, 255, 255);
}

nav.localnav.theme-light {
	--localnav-ai-glyph-fill: rgb(0, 0, 0);
}

/* Compatibility section */
.section-compatibility {
	padding-top: 20px;
}

.section-compatibility .devices {
	column-gap: 64px;
	max-width: 667px;
}
