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

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

@media (max-width: 480px) {
	.section-compatibility .devices {
		columns: unset;
	}
}
/* SECTION COMPATIBILITY - END */

/* Start Localnav Glyph */
:root {
	--localnav-ai-glyph-fill: rgb(255, 255, 255);
}
nav.localnav.theme-light {
	--localnav-ai-glyph-fill: rgb(0, 0, 0);
}
nav.localnav .glyph-apple-intelligence path:first-child {
	fill: none;
}
/* End Localnav Glyph */
