
.yossi-before-after-slider {
    position: relative;
    overflow: hidden;
    cursor: default;
}
.yossi-before-after-slider img {
    width: 100%;
    display: block;
}
.yossi-before-after-slider .after-image {
    position: absolute;
    top: 0;
    left: 0;
    clip-path: inset(0 50% 0 0);
}
.yossi-before-after-slider .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background-color: #0073e6;
    z-index: 10;
    cursor: ew-resize;
}
.yossi-before-after-slider .slider-handle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #0073e6;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    z-index: 11;
}
.slider-label {
    position: absolute;
    top: 10px;
    padding: 4px 8px;
    background-color: rgba(0,0,0,0.4);
    font-weight: bold;
    font-size: 14px;
    z-index: 9;
}
.slider-label-before {
    left: 10px;
}
.slider-label-after {
    right: 10px;
}
