/* Local Overrides */

/* localnav alt */
@media only screen and (min-width: 490px) and (max-width: 599px) {
	.os-localnav.tabnav .tabnav-items {
		justify-content: center;
	}
}

/* Custom Disclaimer */
.custom_disclaimer {
	font-size: 16px;
	color: #ffffff;
	opacity: 56%;
}

@media (max-width: 735px) and (min-width: 426px) {
	.custom_disclaimer {
		font-size: 14px;
	}
}

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

/* Highlits Carousel Override */
@media (max-width: 350px) {
	#highlights-gallery-item-1 .typography-media-card-gallery-headline {
		margin: 0;
		width: 228px;
	}
}

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

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

/* Section Compatibility */

@media (min-width: 735px) {
	.section-compatibility .devices {
		column-count: 2;
		max-width: 427px;
	}
}

@media (max-width: 734px) {
	.section-compatibility .devices {
		margin-block-start: 38px;
		column-count: 2;
	}
}

@media (max-width: 480px) {
	.section-compatibility .devices {
		columns: unset;
	}
}
