.elementor-form .elementor-field-type-wwsp_switcher > .elementor-field-label {
	display: none;
}

.elementor-form .wwsp-switcher {
	position: relative;
	display: inline-flex;
	max-width: 100%;
}

.elementor-form .wwsp-switcher-input {
	position: absolute;
	inline-size: 1px;
	block-size: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

.elementor-form .wwsp-switcher-label {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	cursor: pointer;
	color: inherit;
	font: inherit;
}

.elementor-form .wwsp-switcher-visual {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	inline-size: 56px;
	block-size: 25px;
	flex: 0 0 56px;
	border-radius: 999px;
	background: #d6dce5;
	transition: background-color 180ms ease;
}

.elementor-form .wwsp-switcher-state {
	position: absolute;
	font-family: inherit;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	transition: opacity 180ms ease, transform 180ms ease, color 180ms ease;
}

.elementor-form .wwsp-switcher-state--on {
	left: 8px;
	color: #7a5c00;
	opacity: 0;
	transform: translateX(-4px);
}

.elementor-form .wwsp-switcher-state--off {
	right: 8px;
	color: #788394;
	opacity: 1;
	transform: translateX(0);
}

.elementor-form .wwsp-switcher-thumb {
	position: absolute;
	left: 2px;
	inline-size: 21px;
	block-size: 21px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 1px 2px rgb(0 0 0 / 18%);
	transform: translateX(0);
	transition: transform 180ms cubic-bezier(.4, 0, .2, 1);
}

.elementor-form .wwsp-switcher-input:checked + .wwsp-switcher-label .wwsp-switcher-visual {
	background: #ffc928;
}

.elementor-form .wwsp-switcher-input:checked + .wwsp-switcher-label .wwsp-switcher-thumb {
	transform: translateX(31px);
}

.elementor-form .wwsp-switcher-input:checked + .wwsp-switcher-label .wwsp-switcher-state--on {
	opacity: 1;
	transform: translateX(0);
}

.elementor-form .wwsp-switcher-input:checked + .wwsp-switcher-label .wwsp-switcher-state--off {
	opacity: 0;
	transform: translateX(4px);
}

.elementor-form .wwsp-switcher-input:focus-visible + .wwsp-switcher-label .wwsp-switcher-visual {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
	.elementor-form .wwsp-switcher-visual,
	.elementor-form .wwsp-switcher-state,
	.elementor-form .wwsp-switcher-thumb {
		transition-duration: 0ms;
	}
}
