.kwusp-header .kw-menu-lang-switch {
	position: relative;
	display: inline-block;
	font-family: inherit;
}

.kwusp-header .kw-menu-lang-switch__native {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}
.kwusp-header .kw-menu-lang-switch--enhanced::before,
.kwusp-header .kw-menu-lang-switch--enhanced:has(.kw-menu-lang-switch__native)::before {
	content: none !important;
	display: none !important;
}
.kwusp-header .kw-menu-lang-switch__button {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	height: 1.8125rem;
	min-width: 8.15rem;
	padding: 0 0.55rem;
	border: 1px solid rgba(255, 255, 255, 0.88);
	border-radius: 0.35rem;
	background: transparent;
	color: #ffffff;
	font: inherit;
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1;
	text-align: left;
	cursor: pointer;
	box-shadow: none;
}

.kwusp-header .kw-menu-lang-switch__button:focus-visible {
	outline: 1px solid #ffffff;
	outline-offset: 2px;
}

.kwusp-header .kw-menu-lang-switch__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.12rem;
	height: 1.12rem;
	flex: 0 0 1.12rem;
	color: #ffffff;
}

.kwusp-header .kw-menu-lang-switch__icon svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.45;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kwusp-header .kw-menu-lang-switch__text {
	min-width: 4.25rem;
	color: #ffffff;
	white-space: nowrap;
}

.kwusp-header .kw-menu-lang-switch__chevron {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 0.72rem;
	height: 0.48rem;
	margin-left: auto;
	color: #ffffff;
}

.kwusp-header .kw-menu-lang-switch__chevron svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.35;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.kwusp-header .kw-menu-lang-switch__list {
	position: absolute;
	top: calc(100% + 0.35rem);
	left: 0;
	z-index: 1000;
	display: none;
	min-width: 100%;
	padding: 0.35rem 0;
	border: 1px solid rgba(255, 255, 255, 0.88);
	background: rgba(17, 17, 17, 0.96);
	border-radius: 0.35rem;
	box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.22);
}

.kwusp-header .kw-menu-lang-switch--open .kw-menu-lang-switch__list {
	display: block;
}

.kwusp-header .kw-menu-lang-switch__option {
	display: block;
	width: 100%;
	padding: 0.45rem 0.65rem;
	border: 0;
	background: transparent;
	color: #ffffff;
	font: inherit;
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1.2;
	text-align: left;
	white-space: nowrap;
	cursor: pointer;
}

.kwusp-header .kw-menu-lang-switch__option:hover,
.kwusp-header .kw-menu-lang-switch__option:focus-visible,
.kwusp-header .kw-menu-lang-switch__option[aria-selected="true"] {
	background: rgba(255, 255, 255, 0.12);
	outline: none;
}
