.rlcs-switcher {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.rlcs-switcher__toggle {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 0;
	background: transparent;
	padding: 8px 10px;
	color: #111;
	cursor: pointer;
	font: inherit;
}

.rlcs-switcher__chevron {
	font-size: 11px;
	line-height: 1;
}

.rlcs-switcher__menu {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	min-width: 150px;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.08);
	box-shadow: 0 12px 30px rgba(0,0,0,0.12);
	border-radius: 10px;
	padding: 8px 0;
	z-index: 9999;
}

.rlcs-switcher__option {
	display: block;
	padding: 10px 14px;
	color: #111;
	text-decoration: none;
	white-space: nowrap;
}

.rlcs-switcher__option:hover,
.rlcs-switcher__option.is-active {
	background: #f5f5f5;
	color: #111;
}

.rlcs-header-slot {
	display: inline-flex;
	align-items: center;
	margin-right: 10px;
}

.rlcs-mobile-menu-item {
	list-style: none;
	width: 100%;
	padding-top: 8px;
	border-top: 1px solid rgba(0,0,0,0.08);
	margin-top: 8px;
}

.rlcs-mobile-menu-item .rlcs-switcher,
.rlcs-mobile-menu-item .rlcs-switcher__toggle {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding-left: 0;
	padding-right: 0;
}

.rlcs-mobile-menu-item .rlcs-switcher__menu {
	position: static;
	margin-top: 8px;
	box-shadow: none;
	border-radius: 0;
	border: 0;
	padding: 0;
}

@media (max-width: 991px) {
	.rlcs-header-slot {
		display: none;
	}
}
