.rlat-switcher {
	bottom: 18px;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 13px;
	position: fixed;
	z-index: 99996;
}

.rlat-switcher--left {
	left: 18px;
}

.rlat-switcher--right {
	right: 18px;
}

.rlat-switcher__button {
	align-items: center;
	background: #123f46;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 999px;
	box-shadow: 0 6px 24px rgba(12, 38, 43, .22);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 12px;
	font-weight: 700;
	gap: 6px;
	height: 38px;
	justify-content: center;
	letter-spacing: .04em;
	min-width: 38px;
	padding: 0 9px;
}


.rlat-switcher__icon {
	display: block;
	flex: 0 0 auto;
	height: 14px;
	width: 14px;
}

.rlat-switcher__panel[hidden] {
	display: none !important;
}

.rlat-switcher__button:hover,
.rlat-switcher__button:focus-visible {
	background: #0b6670;
	outline: 3px solid rgba(20, 125, 126, .28);
	outline-offset: 2px;
}

.rlat-switcher__panel {
	background: #fff;
	border: 1px solid #d9e3e5;
	border-radius: 12px;
	bottom: 46px;
	box-shadow: 0 10px 35px rgba(12, 38, 43, .2);
	min-width: 164px;
	overflow: hidden;
	padding: 5px;
	position: absolute;
}

.rlat-switcher--left .rlat-switcher__panel {
	left: 0;
}

.rlat-switcher--right .rlat-switcher__panel {
	right: 0;
}

.rlat-switcher__panel a {
	align-items: center;
	border-radius: 8px;
	color: #17343a;
	display: flex;
	gap: 9px;
	line-height: 1.25;
	padding: 8px 9px;
	text-decoration: none;
}

.rlat-switcher__panel a:hover,
.rlat-switcher__panel a:focus-visible,
.rlat-switcher__panel a[aria-current="page"] {
	background: #eaf6f6;
	color: #0b6670;
	outline: none;
}

.rlat-switcher__short {
	color: #60777c;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .06em;
	width: 20px;
}

@media (max-width: 600px) {
	.rlat-switcher {
		bottom: 12px;
	}

	.rlat-switcher--left {
		left: 12px;
	}

	.rlat-switcher--right {
		right: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rlat-switcher * {
		scroll-behavior: auto !important;
	}
}
