/*
 * Review overview surfaces first prefer an unshaded original source image.
 * These lifts are only a compatibility fallback for older posts where the
 * sole text-free attachment is the already shaded article-header derivative.
 * Text-bearing Social Cards never receive either marker.
 */
.gcahs-website-image--soft-shade {
    position: relative;
    isolation: isolate;
}

.gcahs-website-image--soft-shade::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, .34) 0%,
        rgba(255, 255, 255, .25) 28%,
        rgba(255, 255, 255, .10) 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-website-image-lift {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, .27) 0%,
        rgba(255, 255, 255, .19) 28%,
        rgba(255, 255, 255, .075) 50%,
        rgba(255, 255, 255, 0) 72%
    );
}

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

.gc-review-slider__slider .et_pb_slide_title {
    text-shadow: 0 2px 14px rgba(0, 0, 0, .72);
}
