.ba-container-ada02844 {
	position: relative;
	width: 100%;
	overflow: hidden;
	user-select: none;
	border-radius: 8px;
}

.ba-image-wrapper-ada02844 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ba-image-after-ada02844 {
	position: relative;
	z-index: 1;
}

.ba-image-before-ada02844 {
	z-index: 2;
	width: 50%;
	overflow: hidden;
}

.ba-image-wrapper-ada02844 img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}

.ba-label-ada02844 {
	position: absolute;
	top: 20px;
	padding: 6px 16px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 20px;
	z-index: 5;
}

.ba-label-left-ada02844 {
	left: 20px;
}

.ba-label-right-ada02844 {
	right: 20px;
}

.ba-handle-container-ada02844 {
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 100%;
	z-index: 3;
	cursor: ew-resize;
}

.ba-divider-ada02844 {
	position: absolute;
	top: 0;
	left: -1px;
	width: 2px;
	height: 100%;
	background: #fff;
}

.ba-handle-ada02844 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 48px;
	height: 48px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 10px rgba(0,0,0,0.15);
	color: #333;
}

.ba-handle-ada02844 svg {
	width: 16px;
	height: 16px;
	margin: 0 -2px;
}
