.wt-lang-switcher {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
}

.wt-lang-switcher .wt-lang {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.2rem 0.45rem;
	border-radius: 4px;
	text-decoration: none;
	line-height: 1.2;
	opacity: 0.75;
	transition: opacity 0.15s ease;
}

.wt-lang-switcher .wt-lang:hover,
.wt-lang-switcher .wt-lang.is-active {
	opacity: 1;
}

.wt-lang-switcher .wt-lang-flag {
	display: block;
	width: 20px;
	height: auto;
	border-radius: 2px;
}

.wt-lang-switcher .wt-lang-code {
	font-size: 0.85em;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #ffffff;
}

.wt-elementor-lang-switcher .wt-lang-switcher {
	justify-content: flex-end;
}
