.ba-slider-container-01e9f0f0 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #eee;
    border-radius: 8px;
}
.ba-slider-container-01e9f0f0 .ba-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ba-slider-container-01e9f0f0 .ba-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}
.ba-slider-container-01e9f0f0 .ba-image-before {
    z-index: 2;
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}
.ba-slider-input-01e9f0f0 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 5;
    cursor: ew-resize;
    margin: 0;
}
.ba-slider-line-01e9f0f0 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background: #fff;
    transform: translateX(-50%);
    z-index: 3;
    pointer-events: none;
}
.ba-slider-handle-01e9f0f0 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    color: #333;
}
.ba-slider-handle-01e9f0f0 svg {
    width: 16px;
    height: 16px;
}
