.slider-widget-wrapper-6984cf45 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    padding: 60px 0;
    max-width: 1000px;
    margin: 0 auto;
}

/* Header Elements */
.slider-header-group-6984cf45 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.slider-header-num-6984cf45 {
    font-size: 80px;
    line-height: 1;
    font-weight: 300;
    color: #E6BF70;
}

.slider-header-sub-6984cf45 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #bfa36b;
    text-transform: uppercase;
}

.slider-title-6984cf45 {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 300;
    color: #1e2d42;
    margin-bottom: 40px;
    margin-top: 0;
}

.slider-title-6984cf45 .highlight-6984cf45 {
    color: #E6BF70;
    font-weight: 600;
}

/* Main Premium Card Container */
.slider-card-container-6984cf45 {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

/* Before / After Slider Outer Wrapper */
.slider-comparison-box-6984cf45 {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 4px;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
}

/* Images inside slider panels */
.slider-after-panel-6984cf45,
.slider-before-panel-6984cf45 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider-after-panel-6984cf45 img,
.slider-before-panel-6984cf45 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Clip-path for top overlay (Before view) */
.slider-before-panel-6984cf45 {
    clip-path: inset(0 calc(100% - var(--exposure, 50%)) 0 0);
    z-index: 2;
}

/* Styled text badges */
.slider-label-badge-6984cf45 {
    position: absolute;
    top: 20px;
    background-color: rgba(30, 45, 66, 0.85);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 16px;
    border-radius: 3px;
    text-transform: uppercase;
    z-index: 10;
    pointer-events: none;
}

.badge-before-6984cf45 {
    left: 20px;
}

.badge-after-6984cf45 {
    right: 20px;
}

/* Separator Line and Handle Knob */
.slider-handle-bar-6984cf45 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--exposure, 50%);
    width: 2px;
    background-color: #ffffff;
    z-index: 5;
    pointer-events: none;
    transform: translateX(-50%);
}

.slider-handle-button-6984cf45 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #E6BF70;
    border: 3px solid #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #1e2d42;
    font-size: 18px;
    font-weight: bold;
    z-index: 6;
}

.slider-arrow-left-6984cf45,
.slider-arrow-right-6984cf45 {
    line-height: 1;
}

/* Floating completely invisible range input overlay */
.slider-input-range-6984cf45 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: ew-resize;
    z-index: 20;
    margin: 0;
}

/* Caption Section below image */
.slider-caption-box-6984cf45 {
    margin-top: 20px;
}

.slider-caption-box-6984cf45 p {
    font-size: 14px;
    color: #666666;
    margin: 0;
    font-weight: 500;
}

/* Tablet & Mobile responsive tweaks */
@media (max-width: 768px) {
    .slider-title-6984cf45 {
        font-size: 32px;
        margin-bottom: 25px;
    }
    .slider-comparison-box-6984cf45 {
        aspect-ratio: 4 / 3;
    }
}
