.hmls-language-switcher {
	display: flex;
	flex-wrap: wrap;
	gap: .55rem;
	align-items: center;
	margin: 0 0 1.25rem;
}
.hmls-language-switcher + * { margin-top: 0; }
.hmls-lang-link {
	display: inline-block;
	padding: .42rem .72rem;
	border: 1px solid currentColor;
	border-radius: 999px;
	text-decoration: none;
	line-height: 1.2;
}
.hmls-lang-link.is-active {
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}
