.zla-language-switcher {
	align-items: center;
	display: inline-flex;
	gap: 4px;
	line-height: 1;
	margin-left: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	white-space: nowrap;
}

.zla-language-switcher .dashicons {
	color: inherit;
	font-size: 13px;
	height: 13px;
	line-height: 13px;
	opacity: 0.72;
	width: 13px;
}

.zla-language-switcher__select {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: 11px;
	font-weight: inherit;
	letter-spacing: 0.08em;
	line-height: 1;
	margin: 0;
	min-height: auto;
	min-width: 25px;
	outline: 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	vertical-align: middle;
}

.zla-language-switcher__select::-ms-expand {
	display: none;
}

.zla-language-switcher__select:hover {
	opacity: 0.68;
}

.zla-language-switcher__select:focus,
.zla-language-switcher__select:focus-visible {
	border: 0;
	box-shadow: none;
	outline: 0;
}

.zla-language-switcher__select option {
	background: #ffffff;
	color: #111111;
	font-size: 12px;
	text-transform: uppercase;
}

@media (max-width: 600px) {
	.zla-language-switcher {
		margin-left: 5px;
		top: 0;
	}

	.zla-language-switcher .dashicons {
		font-size: 12px;
		height: 12px;
		line-height: 12px;
		width: 12px;
	}

	.zla-language-switcher__select {
		font-size: 10px;
		min-width: 23px;
	}
}
