.mu-lang-switcher {
	display: inline-block;
	float: right;
	margin-top: 10px;
	position: relative;
}
.mu-lang-toggle {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: #fff;
	padding: 6px 12px;
	border-radius: 4px;
	font-size: 13px;
	cursor: pointer;
}
.mu-lang-toggle:hover,
.mu-lang-toggle:focus {
	background: rgba(255, 255, 255, 0.15);
	color: #fff;
}
.mu-lang-list {
	min-width: 190px;
	max-height: 320px;
	overflow-y: auto;
	right: 0;
	left: auto;
}
.mu-lang-item > a {
	white-space: nowrap;
}
.mu-lang-item.mu-lang-active > a {
	font-weight: 700;
}

@media (max-width: 767px) {
	.mu-lang-switcher {
		float: none;
		display: block;
		margin-top: 8px;
	}
}

.mu-lang-banner {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 12px;
	background: #fff3cd;
	color: #664d03;
	padding: 10px 16px;
	font-size: 14px;
	text-align: center;
}
.mu-lang-banner-visible {
	display: flex;
}
.mu-lang-banner-switch {
	font-weight: 600;
	text-decoration: underline;
	color: #664d03;
}
.mu-lang-banner-close {
	background: none;
	border: none;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	color: #664d03;
}
