.pw-language-switcher {
	display: inline-flex;
	align-items: center;
	gap: 0.35em;
}

.pw-language-switcher a {
	text-decoration: none;
}

.pw-language-switcher a:not(.is-active) {
	opacity: 0.62;
}

.pw-language-switcher a.is-active {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}
