.est-lang-switcher {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-left: 16px;
	font-family: inherit;
	line-height: 1;
}

.est-lang-switcher a.est-lang-link,
.est-lang-switcher span.est-lang-link {
	display: inline-block;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: rgba(255, 255, 255, 0.65);
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 4px;
	transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
	cursor: pointer;
}

.est-lang-switcher a.est-lang-link:hover {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.7);
}

.est-lang-switcher .est-lang-link.is-active {
	color: #111;
	background: #fff;
	border-color: #fff;
	cursor: default;
}

.est-lang-switcher--single .est-lang-link {
	cursor: default;
}
