.ba-118d6872-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    aspect-ratio: 16/9;
}

.ba-118d6872-before,
.ba-118d6872-after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ba-118d6872-before {
    z-index: 1;
}

.ba-118d6872-after {
    z-index: 2;
    clip-path: inset(0 0 0 50%);
}

.ba-118d6872-before img,
.ba-118d6872-after img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.ba-118d6872-label {
    position: absolute;
    top: 15px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    z-index: 5;
    pointer-events: none;
}

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

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

.ba-118d6872-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background-color: #fff;
    cursor: ew-resize;
    z-index: 10;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ba-118d6872-handle::before,
.ba-118d6872-handle::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: inherit;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    z-index: -1;
}

.ba-118d6872-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    z-index: 11;
}

.ba-118d6872-arrow-left {
    border-width: 6px 8px 6px 0;
    border-color: transparent #333 transparent transparent;
    left: -12px;
}

.ba-118d6872-arrow-right {
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #333;
    right: -12px;
}
