.ba-slider-57a18db0 {
    position: relative;
    overflow: hidden;
    width: 100%;
    user-select: none;
    cursor: col-resize;
}

.ba-slider-57a18db0 img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    pointer-events: none;
}

.ba-slider-57a18db0 .before-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.ba-slider-57a18db0 .img-before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: left;
}

.ba-slider-57a18db0 .ba-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background-color: #fff;
    z-index: 2;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ba-slider-57a18db0 .ba-handle-arrows {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.ba-slider-57a18db0 .ba-handle-arrows svg {
    width: 16px;
    height: 16px;
}
