.hdml-language-switcher ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hdml-language-switcher a {
	text-decoration: none;
}

.hdml-language-switcher a[aria-current="page"] {
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}
