.ttm-language-switcher ul {
	display: flex;
	gap: 0.75rem;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ttm-language-switcher li {
	margin: 0;
}

.ttm-language-switcher a {
	display: inline-flex;
	gap: 0.35rem;
	align-items: center;
	text-decoration: none;
	text-transform: uppercase;
}

.ttm-language-switcher img {
	width: 20px;
	height: auto;
}

.ttm-language-switcher .current-lang a {
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}
