.main-navigation .lang-switch,
.footer-navigation .lang-switch,
.mobile-navigation .lang-switch {
	display: inline-flex;
	align-items: center;
	margin-left: .35em;
}

.zhiwei-lang-select {
	border: 1px solid #c6a15b;
	border-radius: 999px;
	background: #ffffff;
	color: #0b1f3a;
	padding: .5em 1em;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	max-width: 150px;
	white-space: nowrap;
}

.footer-navigation .zhiwei-lang-select {
	background: rgba(255,255,255,.06);
	color: #e4c47d;
	border-color: rgba(255,255,255,.35);
}

@media (max-width: 767px) {
	.main-navigation .lang-switch,
	.mobile-navigation .lang-switch {
		margin-left: 0;
		margin-top: .4em;
	}

	.zhiwei-lang-select {
		max-width: 100%;
		width: 100%;
	}
}
