.ic-wrapper-ef77d6f5 {
    position: relative;
    overflow: hidden;
    width: 100%;
    user-select: none;
    -webkit-user-drag: none;
    line-height: 0;
}
.ic-images-ef77d6f5 {
    position: relative;
    width: 100%;
}
.ic-images-ef77d6f5 img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
    -webkit-user-drag: none;
}
.ic-before-container-ef77d6f5 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: inset(0 50% 0 0);
    z-index: 2;
}
/* Ensure inner before image always matches exact dimensions of wrapper */
.ic-before-img-ef77d6f5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ic-handle-ef77d6f5 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background: #fff;
    z-index: 3;
    transform: translateX(-50%);
    cursor: ew-resize;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ic-handle-icon-ef77d6f5 {
    background: #fff;
    color: #333;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.ic-handle-icon-ef77d6f5 svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}
.ic-label-ef77d6f5 {
    position: absolute;
    top: 20px;
    padding: 5px 15px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    pointer-events: none;
    z-index: 4;
    opacity: 0;
    transition: opacity 0.3s;
}
.ic-wrapper-ef77d6f5:hover .ic-label-ef77d6f5 {
    opacity: 1;
}
.ic-label-before-ef77d6f5 { left: 20px; }
.ic-label-after-ef77d6f5 { right: 20px; }
