.lcs-switcher {
	font: inherit;
	color: inherit;
	display: inline-block;
}

.lcs-switcher .lcs-switcher__group {
	position: relative;
}

.lcs-switcher .lcs-switcher__label {
	display: block;
	margin-bottom: 8px;
	font: inherit;
	color: inherit;
}

.lcs-switcher .lcs-switcher__trigger.elementor-button {
	background-color: var(--e-global-color-b289cc7, #111827);
	font-family: "Inter", Sans-serif;
	font-size: clamp(0.88rem, 0.81034rem + 0.27586vw, 1rem);
	fill: var(--e-global-color-accent, #ffffff);
	color: var(--e-global-color-accent, #ffffff);
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: var(--e-global-color-accent, #ffffff);
	border-radius: 30px 30px 30px 30px;
	padding: 12px 14px 12px 14px;
	font-weight: 600;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	line-height: 1.2;
	white-space: nowrap;
}

.lcs-switcher .lcs-switcher__trigger-text {
	display: inline-block;
	white-space: nowrap;
}

.lcs-switcher .lcs-switcher__trigger::after {
	display: none;
}

.lcs-switcher .lcs-switcher__dialog {
	width: min(560px, calc(100vw - 24px));
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 18px;
	padding: 0;
	background: #f8fafc;
	color: #0f172a;
	box-shadow: 0 26px 70px rgba(2, 6, 23, 0.24);
}

.lcs-switcher .lcs-switcher__dialog::backdrop {
	background: rgba(17, 24, 39, 0.45);
}

.lcs-switcher .lcs-switcher__dialog-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 20px 0;
}

.lcs-switcher .lcs-switcher__dialog-title {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	font-family: "Inter", Sans-serif;
}

.lcs-switcher .lcs-switcher__dialog-close {
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid rgba(15, 23, 42, 0.14);
	background: #ffffff;
	color: #475569;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	border-radius: 999px;
	padding: 4px 10px 6px;
}

.lcs-switcher .lcs-switcher__dialog-text {
	margin: 8px 0 0;
	padding: 0 20px;
	color: #475569;
	font-family: "Inter", Sans-serif;
	font-size: 14px;
}

.lcs-switcher .lcs-switcher__menu {
	position: static;
	min-width: 0;
	width: 100%;
	margin: 0;
	padding: 16px 20px 20px;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.lcs-switcher .lcs-switcher__item {
	margin: 0;
}

.lcs-switcher .lcs-switcher__link {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 11px 12px;
	font-family: "Inter", Sans-serif;
	color: #111827;
	text-decoration: none;
	border-radius: 12px;
	border: 1px solid rgba(15, 23, 42, 0.12);
	background: #ffffff;
	min-height: 56px;
}

.lcs-switcher .lcs-switcher__link:hover {
	background: #f1f5f9;
	border-color: rgba(15, 23, 42, 0.22);
}

.lcs-switcher .lcs-switcher__link.is-active {
	border-color: var(--e-global-color-accent, #0f172a);
	box-shadow: inset 0 0 0 1px var(--e-global-color-accent, #0f172a);
}

.lcs-switcher .lcs-switcher__option-flag {
	font-size: 20px;
	line-height: 1;
}

.lcs-switcher .lcs-switcher__option-copy {
	display: flex;
	flex-direction: column;
	min-width: 0;
	gap: 2px;
}

.lcs-switcher .lcs-switcher__option-code {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	color: #0f172a;
}

.lcs-switcher .lcs-switcher__option-name {
	font-size: 12px;
	line-height: 1.25;
	color: #64748b;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lcs-switcher .lcs-switcher__option-check {
	margin-left: auto;
	font-size: 13px;
	font-weight: 700;
	color: var(--e-global-color-accent, #0f172a);
}

@media (max-width: 640px) {
	.lcs-switcher .lcs-switcher__menu {
		grid-template-columns: 1fr;
	}
}
