.ozml-switcher{
	--ozml-navy:#061a2f;
	--ozml-gold:#c9a451;
	--ozml-ivory:#fffdf8;
	display:inline-flex;
	align-items:center;
	gap:7px;
	min-height:38px;
	padding:4px 5px 4px 9px;
	color:var(--ozml-navy);
	background:rgba(255,253,248,.96);
	border:1px solid rgba(201,164,81,.72);
	border-radius:999px;
	box-shadow:0 5px 16px rgba(6,26,47,.12),inset 0 1px 0 rgba(255,255,255,.9);
	font:700 12px/1 system-ui,-apple-system,"Segoe UI",sans-serif;
	white-space:nowrap;
	-webkit-backdrop-filter:blur(10px);
	backdrop-filter:blur(10px);
	transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
.ozml-switcher:hover{
	border-color:var(--ozml-gold);
	box-shadow:0 7px 20px rgba(6,26,47,.17),inset 0 1px 0 rgba(255,255,255,.95);
	transform:translateY(-1px);
}
.ozml-switcher__globe{
	position:relative;
	flex:0 0 17px;
	width:17px;
	height:17px;
	border:1.7px solid currentColor;
	border-radius:50%;
	opacity:.82;
}
.ozml-switcher__globe::before,
.ozml-switcher__globe::after{
	position:absolute;
	inset:3px 5px;
	content:"";
	border-inline:1px solid currentColor;
	border-radius:50%;
}
.ozml-switcher__globe::after{
	inset:7px 1px auto;
	height:0;
	border:0;
	border-top:1px solid currentColor;
	border-radius:0;
}
.ozml-switcher__options{
	display:inline-grid;
	grid-template-columns:auto auto;
	align-items:center;
	gap:2px;
	padding:2px;
	background:rgba(6,26,47,.07);
	border-radius:999px;
}
.ozml-switcher__option{
	display:flex;
	align-items:center;
	justify-content:center;
	min-width:37px;
	min-height:26px;
	padding:0 9px;
	color:var(--ozml-navy);
	border-radius:999px;
	text-decoration:none!important;
	letter-spacing:.01em;
	transition:background-color .18s ease,color .18s ease,box-shadow .18s ease;
}
.ozml-switcher__option.is-active{
	color:var(--ozml-ivory);
	background:var(--ozml-navy);
	box-shadow:0 2px 7px rgba(6,26,47,.2);
	cursor:default;
}
.ozml-switcher__option:not(.is-active):hover{
	color:var(--ozml-navy);
	background:rgba(201,164,81,.2);
}
.ozml-switcher__option:focus-visible{
	outline:2px solid var(--ozml-gold);
	outline-offset:2px;
}
html[dir="ltr"] body{text-align:left}
.ozs-global-header__language,.ozs-header__language{display:inline-flex;align-items:center}
.ozs-global-header__language .ozml-switcher,.ozs-header__language .ozml-switcher{margin:0}
@media(max-width:767px){
	.ozml-switcher{min-height:34px;gap:5px;padding:3px 4px 3px 7px}
	.ozml-switcher__globe{flex-basis:15px;width:15px;height:15px}
	.ozml-switcher__globe::before{inset:3px 4px}
	.ozml-switcher__globe::after{inset:6px 1px auto}
	.ozml-switcher__option{min-width:31px;min-height:24px;padding:0 7px;font-size:11px}
}
@media(prefers-reduced-motion:reduce){
	.ozml-switcher,.ozml-switcher__option{transition:none}
	.ozml-switcher:hover{transform:none}
}
