/* local overrides */

/* Live Translation disclaimer */
.custom-disclaimer {
	color: #6e6e73;
	font-size: 14px;
}

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

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