.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: 0;
	border-top: 0;
	margin-top: 0;
	background: transparent !important;
}

.rlcs-mobile-menu-item .rlcs-switcher {
	display: block;
	width: 100%;
	background: transparent !important;
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.rlcs-mobile-menu-item .rlcs-switcher__toggle,
.rlcs-mobile-menu-item .rlcs-switcher__current,
.rlcs-mobile-menu-item .rlcs-switcher__chevron {
	background: transparent !important;
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #ffffff;
}

.rlcs-mobile-menu-item .rlcs-switcher__toggle {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	line-height: 1.2;
}

.rlcs-mobile-menu-item .rlcs-switcher__menu {
	position: static;
	margin-top: 4px;
	box-shadow: none;
	border-radius: 0;
	border: 0;
	padding: 0;
	background: transparent !important;
}

.rlcs-mobile-menu-item .rlcs-switcher__option {
	display: block;
	width: 100%;
	color: #ffffff;
	background: transparent;
	padding: 6px 20px;
	box-sizing: border-box;
	line-height: 1.2;
}

.rlcs-mobile-menu-item .rlcs-switcher__option:hover,
.rlcs-mobile-menu-item .rlcs-switcher__option.is-active {
	background: transparent;
	color: #ffffff;
	opacity: 0.85;
}

.whb-top-bar .wd-header-text > pre {
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	white-space: normal;
	font: inherit;
	line-height: inherit;
	overflow: visible;
}

.whb-top-bar .wd-header-text,
.whb-top-bar .wd-header-text > pre,
.whb-top-bar .wd-header-text .rlcs-switcher,
.whb-top-bar .wd-header-text .rlcs-switcher__toggle,
.whb-top-bar .wd-header-text .rlcs-switcher__current,
.whb-top-bar .wd-header-text .rlcs-switcher__chevron {
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
}

.whb-top-bar .wd-header-text .rlcs-switcher {
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	font-size: 13px;
	font-weight: 500;
}

.whb-top-bar .wd-header-text .rlcs-switcher__toggle {
	padding: 0;
	gap: 6px;
	color: rgba(255,255,255,0.92);
	line-height: 1;
	appearance: none;
}

.whb-top-bar .wd-header-text .rlcs-switcher__toggle:hover,
.whb-top-bar .wd-header-text .rlcs-switcher__toggle:focus {
	color: #ffffff;
	outline: none;
}

.whb-top-bar .wd-header-text .rlcs-switcher__current {
	padding: 0;
}

.whb-top-bar .wd-header-text .rlcs-switcher__chevron {
	font-size: 10px;
}

.whb-top-bar .wd-header-text .rlcs-switcher__menu {
	top: calc(100% + 8px);
	right: 0;
	min-width: 120px;
	background: #fff !important;
}

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