/* START: fix section-highlights */
@media only screen and (max-width: 734px) {
	.section-highlights .media-gallery-item-type .typography-media-card-gallery-headline {
		font-size: 15px;
	}
}

@media only screen and (max-width: 429px) {
	.section-highlights .media-gallery-item-type .typography-media-card-gallery-headline {
		font-size: 13px;
	}
	.section-highlights .media-gallery-item-type .typography-media-card-gallery-caption-sosumi {
		font-size: 11px;
	}
}

/* END: fix section-highlights */

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