.ba-carousel-1c53be37 {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.ba-slide-inner-1c53be37 {
    position: relative;
    width: 100%;
    height: 400px; /* default height */
    overflow: hidden;
    background: #f0f0f0;
}
.ba-image-container-1c53be37 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ba-image-container-1c53be37 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* object-fit controlled by widget settings */
    max-width: none;
}

/* Before image is now on top and cropped (Left side) */
.ba-image-before-1c53be37 {
    width: 50%;
    z-index: 2;
}

/* After image is base layer (Right side) */
.ba-image-after-1c53be37 {
    width: 100%; 
    z-index: 1;
}

.ba-label-1c53be37 {
    position: absolute;
    top: 20px;
    padding: 5px 15px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    z-index: 3;
    pointer-events: none;
}
.ba-label-before-1c53be37 { left: 20px; } /* Before is left now */
.ba-label-after-1c53be37 { right: 20px; } /* After is right now */

.ba-slider-1c53be37 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    opacity: 0;
    cursor: ew-resize;
    margin: 0;
}

.ba-handle-1c53be37 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 3;
    pointer-events: none;
    transform: translateX(-50%);
}
.ba-handle-line-1c53be37 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background: #fff;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.ba-handle-button-1c53be37 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    color: #333;
}
.ba-handle-button-1c53be37 svg {
    width: 16px;
    height: 16px;
}

/* Swiper navigation overrides to keep them visible over the images */
.ba-carousel-1c53be37 .swiper-button-next,
.ba-carousel-1c53be37 .swiper-button-prev {
    color: #fff;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 5;
}
.ba-carousel-1c53be37 .swiper-button-next:after,
.ba-carousel-1c53be37 .swiper-button-prev:after {
    font-size: 20px;
}