.ba-container-bc5b3972 {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 400px;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    margin: 0 auto;
}

.ba-image-wrapper-bc5b3972 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ba-image-wrapper-bc5b3972 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.ba-before-bc5b3972 {
    z-index: 2;
    clip-path: inset(0 50% 0 0);
}

.ba-after-bc5b3972 {
    z-index: 1;
}

/* Labels style */
.ba-label-bc5b3972 {
    position: absolute;
    top: 20px;
    z-index: 3;
    background: rgba(255, 255, 255, 0.85);
    color: #333333;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.ba-label-before-bc5b3972 {
    left: 20px;
}

.ba-label-after-bc5b3972 {
    right: 20px;
}

/* Handle Line & Slider */
.ba-handle-bc5b3972 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 0;
    z-index: 10;
    cursor: ew-resize;
}

.ba-handle-line-bc5b3972 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    width: 2px;
    background-color: #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.ba-handle-button-bc5b3972 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.25);
    transition: transform 0.15s ease, background-color 0.15s ease;
}

.ba-handle-bc5b3972:hover .ba-handle-button-bc5b3972 {
    transform: scale(1.05);
}

.ba-handle-button-bc5b3972 svg {
    color: #333333;
    width: 20px;
    height: 20px;
}
