.abt-language-switcher {
	display: flex;
	gap: 10px;
	font-size: 13px;
}

.abt-language-switcher a {
	text-decoration: none;
	opacity: 0.6;
}

.abt-language-switcher a.abt-lang-current {
	opacity: 1;
	font-weight: 700;
	text-decoration: underline;
}
