.ba-wrapper-d3a50765 {
    position: relative;
    width: 100%;
}
.ba-container-d3a50765 {
    position: relative;
    width: 100%;
    overflow: hidden;
    user-select: none;
    line-height: 0;
    cursor: col-resize;
}
.ba-container-d3a50765 img {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
}
.ba-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ba-after {
    position: relative;
    z-index: 1;
}
.ba-before {
    z-index: 2;
    width: 50%;
    overflow: hidden;
}
.ba-before img {
    width: 200%;
    max-width: none;
}
.ba-slider-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background-color: #fff;
    z-index: 3;
    transform: translateX(-50%);
    pointer-events: none;
}
.ba-slider-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    pointer-events: none;
    color: #333;
}
.ba-slider-handle svg {
    width: 24px;
    height: 24px;
}
.ba-label {
    position: absolute;
    top: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    z-index: 10;
    pointer-events: none;
    white-space: nowrap;
}
.ba-label-before {
    left: 20px;
}
.ba-label-after {
    right: 20px;
}
