.ics-1eaecb32-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    user-select: none;
    --handle-color: #ffffff;
    --transition-speed: 100ms;
    --expose: 50%;
}

.ics-1eaecb32-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ics-1eaecb32-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ics-1eaecb32-before {
    clip-path: polygon(0 0, var(--expose) 0, var(--expose) 100%, 0 100%);
    z-index: 2;
    transition: clip-path var(--transition-speed) ease-out;
}

.ics-1eaecb32-after {
    z-index: 1;
}

.ics-1eaecb32-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ics-1eaecb32-label {
    position: absolute;
    top: 20px;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    z-index: 3;
    pointer-events: none;
}

.ics-1eaecb32-label-before {
    left: 20px;
}

.ics-1eaecb32-label-after {
    right: 20px;
}

.ics-1eaecb32-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--expose);
    width: 2px;
    background: var(--handle-color);
    z-index: 4;
    transform: translateX(-50%);
    cursor: ew-resize;
    transition: left var(--transition-speed) ease-out;
}

.ics-1eaecb32-handle-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: inherit;
    transform: translateX(-50%);
}

.ics-1eaecb32-handle-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: var(--handle-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.ics-1eaecb32-handle-btn svg {
    width: 24px;
    height: 24px;
}