.angie-ba-slider-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 16/9;
	background: #f0f0f0;
	border-radius: 8px;
}

.angie-ba-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

.angie-ba-before {
	z-index: 2;
}

.angie-ba-after {
	z-index: 1;
}

.angie-ba-range-input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	opacity: 0;
	cursor: ew-resize;
	margin: 0;
}

.angie-ba-handle-line {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 4px;
	background: #fff;
	z-index: 3;
	transform: translateX(-50%);
	pointer-events: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.angie-ba-handle-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	color: #333;
}

.angie-ba-handle-button svg {
	width: 16px;
	height: 16px;
}

.angie-ba-handle-button svg:first-child {
	margin-right: -4px;
}
.angie-ba-handle-button svg:last-child {
	margin-left: -4px;
}
