.ba-container-6c320a26 {
    position: relative;
    width: 100%;
    overflow: hidden;
    user-select: none;
    background: #111;
    max-height: 100%;
}
.ba-image-6c320a26 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.ba-before-wrapper-6c320a26 {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.ba-before-wrapper-6c320a26 .ba-image-before-6c320a26 {
    width: 100%;
    max-width: none;
}
.ba-label-6c320a26 {
    position: absolute;
    top: 15px;
    padding: 6px 12px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 50px;
    user-select: none;
    pointer-events: none;
    z-index: 10;
}
.ba-label-before-6c320a26 {
    left: 15px;
}
.ba-label-after-6c320a26 {
    right: 15px;
}
.ba-divider-6c320a26 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    cursor: ew-resize;
    z-index: 20;
    transform: translateX(-50%);
}
.ba-handle-6c320a26 {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8px;
    transform: translate(-50%, -50%);
    cursor: ew-resize;
    pointer-events: auto;
    transition: transform 0.2s ease;
    box-sizing: border-box;
}
.ba-handle-6c320a26:hover {
    transform: translate(-50%, -50%) scale(1.1);
}
.ba-arrow-6c320a26 {
    font-size: 10px;
    user-select: none;
}
