.ba-wrapper-5f3a1c {
	position: relative;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	user-select: none;
	-webkit-user-select: none;
	touch-action: pan-y;
}

.ba-wrapper-5f3a1c img {
	display: block;
	width: 100%;
	height: auto;
}

.ba-base-5f3a1c {
	position: relative;
	z-index: 1;
}

.ba-overlay-5f3a1c {
	position: absolute;
	inset: 0;
	z-index: 2;
}

.ba-overlay-5f3a1c img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	clip-path: inset(0 50% 0 0);
}

.ba-label-5f3a1c {
	position: absolute;
	top: 14px;
	z-index: 4;
	padding: 4px 12px;
	font-size: 13px;
	line-height: 1.4;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	white-space: nowrap;
	pointer-events: none;
}

.ba-label-before-5f3a1c { left: 14px; }
.ba-label-after-5f3a1c { right: 14px; }

.ba-handle-5f3a1c {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: 3;
	width: 3px;
	background: #fff;
	transform: translateX(-50%);
	cursor: ew-resize;
}

.ba-handle-circle-5f3a1c {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
	line-height: 1;
}

.ba-arrow-5f3a1c {
	font-size: 12px;
	color: #444;
}
