.ic-76a809cb-container {
    position: relative;
    overflow: hidden;
    user-select: none;
    max-width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.ic-76a809cb-before,
.ic-76a809cb-after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ic-76a809cb-after {
    z-index: 1;
}

.ic-76a809cb-before {
    z-index: 2;
}

/* Transition for click-to-slide */
.ic-76a809cb-container.ic-smooth .ic-76a809cb-before {
    transition: width 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ic-76a809cb-container.ic-smooth .ic-76a809cb-handle {
    transition: left 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.ic-76a809cb-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.ic-76a809cb-before img {
    width: 100% !important;
    max-width: none !important;
}

.ic-76a809cb-label {
    position: absolute;
    bottom: 20px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 6px;
    text-transform: uppercase;
    z-index: 3;
    pointer-events: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(4px);
    transition: opacity 0.3s ease;
}

.ic-76a809cb-label-before {
    left: 20px;
}

.ic-76a809cb-label-after {
    right: 20px;
}

/* Elfsight Premium Handle Design */
.ic-76a809cb-handle {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    cursor: ew-resize;
    z-index: 4;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.2s ease;
}

.ic-76a809cb-handle:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0,0,0,0.35);
}

/* Central elegant separator line */
.ic-76a809cb-handle::before,
.ic-76a809cb-handle::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 2px;
    background-color: #ffffff;
    transform: translateX(-50%);
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

.ic-76a809cb-handle::before {
    bottom: 100%;
    height: 1000px;
}

.ic-76a809cb-handle::after {
    top: 100%;
    height: 1000px;
}

/* Beautiful custom double-arrow icons inside the handle */
.ic-76a809cb-arrow-left,
.ic-76a809cb-arrow-right {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
}

.ic-76a809cb-arrow-left {
    border-width: 5px 6px 5px 0;
    border-color: transparent #333333 transparent transparent;
    left: calc(50% - 9px);
}

.ic-76a809cb-arrow-right {
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #333333;
    right: calc(50% - 9px);
}
