 .atsea-ba-slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 8px;
  user-select: none;
  touch-action: none;
  background: #f5f5f5;
}

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

.atsea-ba-before-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  height: 100%;
  z-index: 2;
}

.atsea-ba-img-before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.atsea-ba-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(255,255,255,0.95);
  transform: translateX(-1px);
  z-index: 3;
}

.atsea-ba-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 6px;
  border: 0;
  background: #6a4a2e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 22px;
  cursor: ew-resize;
  box-shadow: 0 4px 14px rgba(0,0,0,.2);
}

.atsea-ba-label {
  position: absolute;
  top: 16px;
  z-index: 4;
  background: #6a4a2e;
  color: #fff;
  padding: 8px 14px;
  font-weight: 700;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1;
}

.atsea-ba-label-before { left: 16px; }
.atsea-ba-label-after { right: 16px; }
