.ics-40434fd9-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    user-select: none;
    line-height: 0;
}

.ics-40434fd9-container img {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.ics-40434fd9-before-wrapper,
.ics-40434fd9-after-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.ics-40434fd9-after-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%; /* Default starting point */
    overflow: hidden;
    z-index: 1;
}

.ics-40434fd9-after-wrapper img {
    width: auto;
    max-width: none;
    /* The image itself must be the same width as the container so it stays aligned */
}

.ics-40434fd9-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
}

.ics-40434fd9-label {
    position: absolute;
    top: 20px;
    padding: 8px 16px;
    border-radius: 4px;
    z-index: 3;
    pointer-events: none;
    font-family: sans-serif;
    font-size: 14px;
}

.ics-40434fd9-label-before {
    right: 20px;
}

.ics-40434fd9-label-after {
    left: 20px;
}

.ics-40434fd9-handle-container {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 40px;
    margin-left: -20px;
    z-index: 4;
    cursor: ew-resize;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ics-40434fd9-divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    margin-left: -1px;
}

.ics-40434fd9-handle {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    color: #333;
}

.ics-40434fd9-handle svg {
    width: 16px;
    height: 16px;
    margin: 0 -2px;
}