.ba-container-55c123e8 {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    touch-action: pan-y;
}
.ba-container-55c123e8 img {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
}
.ba-after-55c123e8 {
    position: relative;
    width: 100%;
    display: block;
}
.ba-before-55c123e8 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    clip-path: inset(0 50% 0 0);
}
.ba-handle-55c123e8 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background: #fff;
    z-index: 3;
    cursor: ew-resize;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ba-handle-btn-55c123e8 {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.ba-handle-btn-55c123e8::before, .ba-handle-btn-55c123e8::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
}
.ba-handle-btn-55c123e8::before {
    border-width: 6px 8px 6px 0;
    border-color: transparent #333 transparent transparent;
    margin-right: 3px;
}
.ba-handle-btn-55c123e8::after {
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #333;
    margin-left: 3px;
}
.ba-label-55c123e8 {
    position: absolute;
    top: 20px;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-family: sans-serif;
    font-size: 14px;
    z-index: 4;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    white-space: nowrap;
}
.ba-container-55c123e8:hover .ba-label-55c123e8 {
    opacity: 1;
}
.ba-label-before-55c123e8 {
    left: 20px;
}
.ba-label-after-55c123e8 {
    right: 20px;
}