.ba-slider-container-eef56a3f {
    position: relative;
    width: 100%;
    max-width: 100% !important;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

/* Aspect Ratio Modifiers */
.ba-ratio-eef56a3f-16-9 .ba-slider-container-eef56a3f {
    aspect-ratio: 16/9;
}
.ba-ratio-eef56a3f-4-3 .ba-slider-container-eef56a3f {
    aspect-ratio: 4/3;
}
.ba-ratio-eef56a3f-1-1 .ba-slider-container-eef56a3f {
    aspect-ratio: 1/1;
}
.ba-ratio-eef56a3f-auto .ba-slider-container-eef56a3f {
    height: auto;
}

.ba-image-wrapper-eef56a3f {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.ba-image-wrapper-eef56a3f img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
    max-width: none !important;
}

/* For auto ratio, we let the After image define the document flow */
.ba-ratio-eef56a3f-auto .ba-after-wrapper-eef56a3f {
    position: relative;
}
.ba-ratio-eef56a3f-auto .ba-after-wrapper-eef56a3f img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.ba-ratio-eef56a3f-auto .ba-before-wrapper-eef56a3f img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    max-width: none !important;
}

/* Labels */
.ba-label-eef56a3f {
    position: absolute;
    bottom: 15px;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    z-index: 5;
    pointer-events: none;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    font-family: 'Figtree', sans-serif;
}

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

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

/* Slider Drag Bar Line */
.ba-line-eef56a3f {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #ffffff;
    z-index: 10;
    pointer-events: none;
    transform: translateX(-50%);
}

/* Slider Handle Button */
.ba-handle-button-eef56a3f {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #000000;
    border: 3px solid #ffffff;
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

/* Custom CSS Arrows inside Handle Button */
.ba-handle-button-eef56a3f::before,
.ba-handle-button-eef56a3f::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.ba-handle-button-eef56a3f::before {
    left: 10px;
    border-width: 5px 6px 5px 0;
    border-color: transparent #ffffff transparent transparent;
}

.ba-handle-button-eef56a3f::after {
    right: 10px;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #ffffff;
}

/* Range Input Overlay for flawless cross-device dragging */
.ba-range-input-eef56a3f {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: ew-resize;
    z-index: 20;
    margin: 0;
    padding: 0;
}
