.ba-container-fcbf4845 {
    display: block;
    width: 100%;
}

.ba-wrapper-fcbf4845 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    user-select: none;
    line-height: 0;
}

.ba-wrapper-fcbf4845 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.ba-img-before-fcbf4845 {
    position: relative;
    width: 100%;
    height: 100%;
}

.ba-img-after-fcbf4845 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ba-handle-fcbf4845 {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    touch-action: none;
}

.ba-handle-fcbf4845:active {
    cursor: grabbing;
}

.ba-handle-line-fcbf4845 {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.ba-handle-button-fcbf4845 {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #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;
    font-size: 18px;
    z-index: 3;
}

/* Horizontal */
.ba-dir-horizontal-fcbf4845 .ba-handle-fcbf4845 {
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
}

.ba-dir-horizontal-fcbf4845 .ba-handle-line-fcbf4845 {
    height: 100%;
    width: 4px;
    left: 50%;
    margin-left: -2px;
}

/* Vertical */
.ba-dir-vertical-fcbf4845 .ba-handle-fcbf4845 {
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.ba-dir-vertical-fcbf4845 .ba-handle-line-fcbf4845 {
    width: 100%;
    height: 4px;
    top: 50%;
    margin-top: -2px;
}
