.ba-slider-wrapper-94d13be2 {
    display: block;
    width: 100%;
    max-width: 100%;
    user-select: none;
    -webkit-user-select: none;
}

.ba-slider-container-94d13be2 {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    /* Force clips for browser rendering quirks when borders & radius are used simultaneously */
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: radial-gradient(white, black);
}

.ba-image-after-94d13be2,
.ba-image-before-94d13be2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.ba-image-before-94d13be2 {
    z-index: 2;
    overflow: hidden;
}

.ba-slider-label-94d13be2 {
    position: absolute;
    bottom: 15px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-radius: 4px;
    z-index: 5;
    pointer-events: none;
}

.ba-label-before-94d13be2 {
    left: 15px;
}

.ba-label-after-94d13be2 {
    right: 15px;
}

.ba-slider-line-94d13be2 {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    margin-left: -1px;
    z-index: 10;
    pointer-events: none;
}

.ba-slider-handle-94d13be2 {
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;
    border-radius: 50%;
    border: 3px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: ew-resize;
    z-index: 11;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    transition: transform 0.1s ease;
}

.ba-slider-handle-94d13be2:hover {
    transform: scale(1.1);
}

.ba-slider-handle-94d13be2 svg {
    width: 20px;
    height: 20px;
    color: inherit;
}
