.localemate-switcher {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.localemate-switcher--guest {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 3;
}

.localemate-switcher--profile {
	margin-top: 10px;
}

.localemate-switcher__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 32px;
	padding: 0 10px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: rgba(19, 24, 29, 0.42);
	color: #f5f5f5;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
}

.localemate-switcher__link:hover {
	border-color: rgba(189, 228, 78, 0.68);
	color: #d1ec69;
	text-decoration: none;
}

.localemate-switcher__link.is-active {
	background: #bde44e;
	border-color: #bde44e;
	color: #11161b;
}

.login_pane__locale {
	display: flex;
	justify-content: center;
}

body.is-member .localemate-switcher--profile .localemate-switcher__link {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.24);
}

body.is-member .localemate-switcher--profile .localemate-switcher__link.is-active {
	background: rgba(255, 255, 255, 0.9);
	color: #557200;
	border-color: rgba(255, 255, 255, 0.9);
}
