.ics-236d6677-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    cursor: ew-resize;
    user-select: none;
    -webkit-user-select: none;
    line-height: 0;
}

.ics-236d6677-wrapper[data-orientation="vertical"] {
    cursor: ns-resize;
}

.ics-236d6677-after {
    position: relative;
    width: 100%;
}

.ics-236d6677-after img,
.ics-236d6677-before img {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.ics-236d6677-before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    clip-path: inset(0 50% 0 0);
}

.ics-236d6677-before img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ics-236d6677-before-overlay,
.ics-236d6677-after-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

/* Labels */
.ics-236d6677-label {
    position: absolute;
    bottom: 20px;
    z-index: 3;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    pointer-events: none;
    white-space: nowrap;
}

.ics-236d6677-label-before {
    left: 20px;
}

.ics-236d6677-label-after {
    right: 20px;
}

.ics-236d6677-wrapper[data-orientation="vertical"] .ics-236d6677-label-before {
    left: 20px;
    bottom: auto;
    top: 20px;
}

.ics-236d6677-wrapper[data-orientation="vertical"] .ics-236d6677-label-after {
    right: auto;
    left: 20px;
    bottom: 20px;
}

/* Handle */
.ics-236d6677-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.ics-236d6677-wrapper[data-orientation="vertical"] .ics-236d6677-handle {
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    flex-direction: row;
}

.ics-236d6677-handle-line {
    flex: 1;
    width: 3px;
    background-color: #ffffff;
}

.ics-236d6677-wrapper[data-orientation="vertical"] .ics-236d6677-handle-line {
    width: auto;
    height: 3px;
    flex: 1;
}

.ics-236d6677-handle-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.ics-236d6677-handle-arrow {
    display: block;
    width: 0;
    height: 0;
}

.ics-236d6677-arrow-left {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 8px solid #ffffff;
}

.ics-236d6677-arrow-right {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #ffffff;
}

.ics-236d6677-wrapper[data-orientation="vertical"] .ics-236d6677-arrow-left {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-top: none;
}

.ics-236d6677-wrapper[data-orientation="vertical"] .ics-236d6677-arrow-right {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #ffffff;
    border-bottom: none;
}
