/* AI Translator — front-end styles (language switcher) */
.ait-switcher {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.ait-switcher li { margin: 0; }
.ait-switcher a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	text-decoration: none;
}
.ait-switcher .ait-flag {
	width: 20px;
	height: 15px;
	border-radius: 2px;
	box-shadow: 0 0 1px rgba( 0, 0, 0, .35 );
	object-fit: cover;
	vertical-align: middle;
}
.ait-switcher .ait-current a { font-weight: 700; }
.ait-switcher .ait-current a { cursor: default; }

/* language-independent currency switcher */
.ait-currency-switcher {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.ait-currency-switcher li { margin: 0; }
.ait-currency-switcher a { text-decoration: none; }
.ait-currency-switcher .ait-current a { font-weight: 700; }
