.ba-a5034d2a-container {
	position: relative;
	overflow: hidden;
	cursor: col-resize;
	user-select: none;
	-webkit-user-select: none;
	line-height: 0;
}

.ba-a5034d2a-after-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.ba-a5034d2a-after-wrapper .ba-a5034d2a-img {
	display: block;
	width: 100%;
	height: auto;
	pointer-events: none;
}

.ba-a5034d2a-before-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	overflow: hidden;
	z-index: 2;
}

.ba-a5034d2a-before-wrapper .ba-a5034d2a-img {
	display: block;
	height: 100%;
	width: auto;
	min-width: 0;
	max-width: none;
	pointer-events: none;
}

/* Slider */
.ba-a5034d2a-slider {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transform: translateX(-50%);
}

.ba-a5034d2a-handle-line {
	width: 3px;
	flex: 1;
	background-color: #ffffff;
}

.ba-a5034d2a-handle {
	width: 44px;
	height: 44px;
	background-color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	flex-shrink: 0;
	z-index: 4;
}

.ba-a5034d2a-handle-arrow {
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #333333;
	border-right: 2px solid #333333;
}

.ba-a5034d2a-arrow-left {
	transform: rotate(-135deg);
	margin-left: 3px;
}

.ba-a5034d2a-arrow-right {
	transform: rotate(45deg);
	margin-right: 3px;
}

/* Labels */
.ba-a5034d2a-label {
	position: absolute;
	bottom: 16px;
	z-index: 5;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 5px 12px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	pointer-events: none;
}

.ba-a5034d2a-label-before {
	left: 16px;
}

.ba-a5034d2a-label-after {
	right: 16px;
}
