.ec-ba-wrapper-39181 {
	position: relative;
	width: 100%;
}

.ec-ba-container-39181 {
	position: relative;
	width: 100%;
	overflow: hidden;
	user-select: none;
	/* Smooth defaults */
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	background-color: #f0f0f0;
}

/* After Image is Background Layer */
.ec-ba-image-after-39181 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/* Before Image is Top Layer */
.ec-ba-image-before-39181 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.ec-ba-image-before-39181 img,
.ec-ba-image-after-39181 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	pointer-events: none;
	display: block;
}

/* Labels */
.ec-ba-label-39181 {
	position: absolute;
	top: 20px;
	padding: 6px 16px;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	border-radius: 4px;
	backdrop-filter: blur(4px);
	pointer-events: none;
	z-index: 5;
	transition: opacity 0.3s ease;
}

.ec-ba-label-left-39181 {
	left: 20px;
}

.ec-ba-label-right-39181 {
	right: 20px;
}

/* Divider Line */
.ec-ba-divider-39181 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%; /* Default, overridden inline */
	width: 4px;
	margin-left: -2px;
	z-index: 10;
	pointer-events: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

/* Handle */
.ec-ba-handle-39181 {
	position: absolute;
	top: 50%;
	left: 50%; /* Default, overridden inline */
	transform: translate(-50%, -50%);
	border-radius: 50%;
	z-index: 20;
	cursor: ew-resize;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	transition: transform 0.1s ease, box-shadow 0.2s ease;
}

.ec-ba-handle-39181:hover,
.ec-ba-handle-39181:focus {
	outline: none;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
	transform: translate(-50%, -50%) scale(1.05);
}

.ec-ba-arrows-39181 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0 4px;
}
