.cmc-language-switcher__button {
	display: inline-block;
	text-decoration: none;
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.cmc-language-switcher__button:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}
