.ba-image-compare-a8fe56a0 {
    position: relative;
    width: 100%;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    cursor: ew-resize;
    box-sizing: border-box;
    display: block;
}

.ba-image-compare-a8fe56a0 * {
    box-sizing: border-box;
}

.ba-layer-a8fe56a0 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ba-layer-a8fe56a0 img {
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
}

.ba-after-a8fe56a0 {
    position: relative;
    width: 100%;
    height: 100%;
}

.ba-before-a8fe56a0 {
    z-index: 2;
    clip-path: inset(0 calc(100% - var(--ba-pos, var(--ba-initial-position, 50%))) 0 0);
    -webkit-clip-path: inset(0 calc(100% - var(--ba-pos, var(--ba-initial-position, 50%))) 0 0);
}

.ba-divider-line-a8fe56a0 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--ba-pos, var(--ba-initial-position, 50%));
    z-index: 3;
    pointer-events: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.ba-handle-a8fe56a0 {
    position: absolute;
    top: 50%;
    left: var(--ba-pos, var(--ba-initial-position, 50%));
    z-index: 4;
    cursor: ew-resize;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    transition: transform 0.1s ease;
}

.ba-handle-a8fe56a0:hover {
    transform: scale(1.05);
}

.ba-handle-arrows-a8fe56a0 {
    font-weight: bold;
    user-select: none;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ba-label-a8fe56a0 {
    position: absolute;
    z-index: 5;
    pointer-events: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    white-space: nowrap;
}
