.ba-slider-88c24a3e {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    user-select: none;
    --pos: 50%;
    --orientation: "horizontal";
}
.ba-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}
.ba-slider-88c24a3e img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    transform-origin: center center;
}
.ba-divider-88c24a3e {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #fff;
    z-index: 2;
    transform: translateX(-50%);
}
.ba-handle-88c24a3e {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: ew-resize;
    border: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.ba-arrows {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    pointer-events: none;
}
.ba-badge-88c24a3e {
    position: absolute;
    top: 10px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    z-index: 4;
    font-family: sans-serif;
    font-size: 12px;
}
.badge-1 { left: 10px; }
.badge-2 { right: 10px; }
