.ba-slider-280-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    user-select: none;
    cursor: col-resize;
    line-height: 0;
}

.ba-slider-280-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ba-slider-280-after {
    position: relative; /* Base layer dictates height */
}

.ba-slider-280-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.ba-slider-280-label {
    position: absolute;
    top: 20px;
    padding: 5px 15px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    z-index: 2;
    pointer-events: none;
    line-height: 1.5;
}

.ba-slider-280-label-before { left: 20px; }
.ba-slider-280-label-after { right: 20px; }

.ba-slider-280-line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #fff;
    z-index: 3;
    pointer-events: none;
    transform: translateX(-50%);
}

.ba-slider-280-handle {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    z-index: 4;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.ba-slider-280-handle svg {
    width: 16px;
    height: 16px;
    stroke: #333;
}
