/* MCP LangLarry — language switcher (theme-neutral, minimal). */

.ll-switch {
	display: inline-flex;
	align-items: center;
	gap: .1rem;
	font-size: 0.9em;
	line-height: 1;
}

.ll-switch__item {
	display: inline-block;
	padding: .2em .5em;
	border-radius: 5px;
	text-decoration: none;
	color: inherit;
	opacity: 0.7;
}

.ll-switch__item + .ll-switch__item { border-left: 1px solid currentColor; border-radius: 0; }

a.ll-switch__item:hover { opacity: 1; text-decoration: underline; }

.ll-switch__item.is-active {
	font-weight: 700;
	opacity: 1;
}
