.mnbn-language-switcher {
	display: inline-flex;
	align-items: center;
	gap: 0.35em;
	white-space: nowrap;
}

.mnbn-language-link {
	text-decoration: none;
}

.mnbn-language-link.is-active {
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.mnbn-language-separator {
	opacity: 0.55;
}
