.wpk-language-switcher ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
}

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

.wpk-language-switcher .wpk-ls-item--current a {
	font-weight: bold;
	text-decoration: underline;
}

@media (prefers-reduced-motion: no-preference) {
	.wpk-language-switcher a {
		transition: opacity 0.15s ease;
	}

	.wpk-language-switcher a:hover {
		opacity: 0.75;
	}
}
