.elementor-widget-dc-polylang-switcher,
.elementor-widget-dc-polylang-switcher > .elementor-widget-container {
	overflow: visible;
}

.dc-pll-switcher {
	--dc-pll-dropdown-offset: 12px;
	position: relative;
	display: inline-flex;
	max-width: 100%;
	font-family: inherit;
	line-height: 1;
	vertical-align: middle;
}

.dc-pll-switcher,
.dc-pll-switcher * {
	box-sizing: border-box;
}

.dc-pll-switcher__toggle {
	appearance: none;
	-webkit-appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	max-width: 100%;
	padding: 8px 14px;
	margin: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(24, 24, 24, 0.92);
	color: #fff;
	font: inherit;
	cursor: pointer;
	box-shadow: none;
	outline: none;
	white-space: nowrap;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.dc-pll-switcher__toggle:hover,
.dc-pll-switcher__toggle:focus-visible,
.dc-pll-switcher.is-open .dc-pll-switcher__toggle {
	background: #181818;
	color: #fff;
}

.dc-pll-switcher__toggle:focus-visible,
.dc-pll-switcher__link:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.dc-pll-switcher__toggle-label {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
}

.dc-pll-switcher__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
	color: currentColor;
	transition: transform 0.2s ease;
}

.dc-pll-switcher__arrow svg,
.dc-pll-switcher__arrow i {
	display: block;
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 1;
}

.dc-pll-switcher.is-open .dc-pll-switcher__arrow {
	transform: rotate(180deg);
}

.dc-pll-switcher__panel {
	position: absolute;
	top: calc(100% + var(--dc-pll-dropdown-offset));
	left: 0;
	z-index: 999999;
	min-width: 128px;
	max-width: min(90vw, 420px);
	padding: 12px;
	border: 0;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

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

.dc-pll-direction-up .dc-pll-switcher__panel {
	top: auto;
	bottom: calc(100% + var(--dc-pll-dropdown-offset));
}

.dc-pll-align-left .dc-pll-switcher__panel {
	left: 0;
	right: auto;
	transform: none;
}

.dc-pll-align-center .dc-pll-switcher__panel {
	left: 50%;
	right: auto;
	transform: translateX(-50%);
}

.dc-pll-align-right .dc-pll-switcher__panel {
	left: auto;
	right: 0;
	transform: none;
}

.dc-pll-switcher__list {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dc-pll-switcher__item {
	margin: 0;
	padding: 0;
}

.dc-pll-switcher__link {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	min-height: 40px;
	padding: 6px 8px;
	border-radius: 12px;
	background: transparent;
	color: #3f3f3f;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.dc-pll-switcher__link:hover,
.dc-pll-switcher__link:focus-visible {
	background: #f3f3f3;
	color: #202020;
	text-decoration: none;
}

.dc-pll-switcher__link.is-current {
	background: #f2f2f2;
	color: #202020;
	cursor: default;
}

.dc-pll-switcher__link.is-disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.dc-pll-switcher__item-label {
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}

.dc-pll-switcher__link.is-current .dc-pll-switcher__item-label {
	font-size: 16px;
	font-weight: 500;
}

.dc-pll-switcher__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: visible;
	flex: 0 0 auto;
	border-radius: 0;
	background: transparent;
}

.dc-pll-switcher__icon--toggle,
.dc-pll-switcher__icon--active {
	width: 32px;
	height: 32px;
	flex-basis: 32px;
}

.dc-pll-switcher__icon--item {
	width: 24px;
	height: 24px;
	flex-basis: 24px;
}

.dc-pll-switcher__icon img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	border: 0;
	border-radius: inherit;
	object-fit: contain;
	object-position: center;
	image-rendering: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dc-pll-switcher__editor-notice {
	padding: 12px 14px;
	border: 1px solid #d8d8d8;
	border-radius: 8px;
	background: #fff;
	color: #222;
	font-size: 13px;
	line-height: 1.5;
}

@media (prefers-reduced-motion: reduce) {
	.dc-pll-switcher__toggle,
	.dc-pll-switcher__arrow,
	.dc-pll-switcher__link {
		transition: none;
	}
}
