.ba-container-c8dcbfc4 {
    position: relative;
    width: 100%;
    overflow: hidden;
    --position: 50%;
    display: flex;
    align-items: center;
    background: #f1f1f1;
}
.ba-img-after-c8dcbfc4, .ba-img-before-c8dcbfc4 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.ba-img-after-c8dcbfc4 {
    position: absolute;
    top: 0;
    left: 0;
}
.ba-img-before-c8dcbfc4 {
    clip-path: polygon(0 0, var(--position) 0, var(--position) 100%, 0 100%);
    position: relative;
    z-index: 2;
}
.ba-slider-c8dcbfc4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: ew-resize;
    z-index: 10;
    margin: 0;
}
.ba-handle-c8dcbfc4 {
    position: absolute;
    top: 0;
    left: var(--position);
    width: 0;
    height: 100%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ba-handle-line-c8dcbfc4 {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.ba-handle-circle-c8dcbfc4 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    color: #333;
}
.ba-handle-circle-c8dcbfc4 svg {
    width: 16px;
    height: 16px;
}
.ba-handle-circle-c8dcbfc4 svg:first-child {
    margin-right: -4px;
}
.ba-handle-circle-c8dcbfc4 svg:last-child {
    margin-left: -4px;
}
.ba-label-c8dcbfc4 {
    position: absolute;
    top: 20px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 6px 14px;
    border-radius: 4px;
    z-index: 4;
    pointer-events: none;
    font-size: 14px;
    font-weight: 500;
}
.ba-label-before-c8dcbfc4 { left: 20px; }
.ba-label-after-c8dcbfc4 { right: 20px; }