/*
 * Generated text-free Review headers inherit the strong left fade required
 * beneath the live article headline. Image-only website placements lift that
 * fade slightly. The Social Card itself is a different attachment and never
 * receives these classes.
 */
.gcahs-website-image--soft-shade {
    position: relative;
    isolation: isolate;
}

.gcahs-website-image--soft-shade::before,
.gc-review-slider__slider .gcahs-website-image-lift {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, .10) 0%,
        rgba(255, 255, 255, .065) 28%,
        rgba(255, 255, 255, .025) 50%,
        rgba(255, 255, 255, 0) 72%
    );
}

.gc-review-slider__slider .gcahs-review-slide--soft-shade {
    position: relative;
    isolation: isolate;
}

.gc-review-slider__slider .gcahs-review-slide--soft-shade .et_pb_container {
    position: relative;
    z-index: 4;
}
