.lang-switcher {
	display: flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
}

.lang-switcher a {
	text-decoration: none;
	color: #fff !important;
	font-size: 13px;
	font-weight: bold !important;
	letter-spacing: 0.5px;
	opacity: 0.55;
	transition: 300ms;
}

.lang-switcher a:hover {
	opacity: 1;
	color: #FEBF3D !important;
}

.lang-switcher a.is-active {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}

.lang-switcher .lang-switcher-sep {
	color: #fff;
	opacity: 0.35;
	font-size: 11px;
}

@media only screen and (max-width: 480px) {
	.lang-switcher a {
		font-size: 12px;
	}
}
