

.unique-container {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    cursor: default;
}

.unique-image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.unique-before-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.unique-after-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: inset(0 50% 0 0);
}

.unique-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.unique-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 10px;
    height: 100%;
    background-color: #fff;
    cursor: ew-resize;
    z-index: 2;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    pointer-events: auto;
}
