.pll-lang-switcher {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
}

.pll-lang-switcher--buttons .pll-lang-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.45rem 0.85rem;
	border: 1px solid currentColor;
	border-radius: 4px;
	text-decoration: none;
	font-size: 0.875rem;
	line-height: 1.2;
	opacity: 0.85;
	transition: opacity 0.15s ease, background 0.15s ease;
}

.pll-lang-switcher--buttons .pll-lang-btn:hover,
.pll-lang-switcher--buttons .pll-lang-btn:focus {
	opacity: 1;
	text-decoration: none;
}

.pll-lang-switcher--buttons .pll-lang-btn.is-current {
	font-weight: 600;
	opacity: 1;
	pointer-events: none;
}

.pll-lang-switcher--buttons .pll-lang-btn img {
	display: block;
	width: 1.25rem;
	height: auto;
}

.pll-lang-switcher select.pll-lang-dropdown {
	padding: 0.4rem 0.6rem;
	font-size: 0.875rem;
	border-radius: 4px;
}
