.image-comparison-container-bb2e521e {
    position: relative;
    width: 100%;
    overflow: hidden;
    user-select: none;
    line-height: 0;
}

.image-comparison-container-bb2e521e img {
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.image-comparison-before-bb2e521e {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.image-comparison-after-bb2e521e {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.image-comparison-handle-bb2e521e {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background: #fff;
    cursor: ew-resize;
    z-index: 2;
    transform: translateX(-50%);
}

.image-comparison-handle-icon-bb2e521e {
    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 6px rgba(0,0,0,0.3);
}

.image-comparison-handle-icon-bb2e521e::before,
.image-comparison-handle-icon-bb2e521e::after {
    content: '';
    border: solid #333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

.image-comparison-handle-icon-bb2e521e::before {
    transform: rotate(135deg);
    margin-right: 2px;
}

.image-comparison-handle-icon-bb2e521e::after {
    transform: rotate(-45deg);
    margin-left: 2px;
}

.image-comparison-label-bb2e521e {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 8px 16px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.image-comparison-container-bb2e521e:hover .image-comparison-label-bb2e521e {
    opacity: 1;
}

.image-comparison-label-before-bb2e521e {
    left: 20px;
}

.image-comparison-label-after-bb2e521e {
    right: 20px;
}

.image-comparison-overlay-bb2e521e {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}