/* Liivia Translate — navbar language switcher */

.ll-lang-switcher {
	display: inline-flex;
	align-items: center;
	gap: 0.35em;
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
}

.ll-lang-link {
	color: inherit;
	text-decoration: none;
	opacity: 0.6;
	transition: opacity 0.15s ease;
}

.ll-lang-link:hover,
.ll-lang-link:focus-visible {
	opacity: 1;
}

.ll-lang-link.is-active {
	opacity: 1;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.25em;
	cursor: default;
}

.ll-lang-sep {
	opacity: 0.35;
}
