    .jd-gallery-banner {
        position: relative;
        width: min(100%, 600px);
        min-height: 260px;
        max-height: 600px;
        margin-left: auto;
        border-radius: 28px;
        overflow: hidden;
        border: 1px solid rgba(19,11,70,.08);
        background: linear-gradient(135deg, rgba(19,11,70,.06), rgba(123,97,255,.12));
        box-shadow: 0 20px 60px rgba(19,11,70,.08);
    }

   

    .jd-gallery-banner img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
    }

    .jd-gallery-banner-slide {
        position: absolute;
        inset: 0;
        z-index: 0;
        opacity: 0;
        visibility: hidden;
        transform: translate3d(4%, 0, 0) scale(.985);
        pointer-events: none;
        transition: opacity .52s ease, transform .52s cubic-bezier(.22,.61,.36,1), visibility 0s linear .52s;
        will-change: opacity, transform;
    }

    .jd-gallery-banner-slide.is-active {
        z-index: 1;
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0) scale(1);
        transition-delay: 0s;
        pointer-events: auto;
    }

    .jd-gallery-banner-dots {
        position: absolute;
        z-index: 4;
        left: 50%;
        bottom: 20px;
        display: flex;
        align-items: center;
        gap: 7px;
        transform: translateX(-50%);
    }

    .jd-gallery-banner-dot {
        width: 8px;
        height: 8px;
        padding: 0;
        border: 0;
        border-radius: 999px;
        background: rgba(255,255,255,.62);
        box-shadow: 0 2px 8px rgba(19,11,70,.24);
        transition: width .2s ease, background .2s ease;
    }

    .jd-gallery-banner-dot.is-active {
        width: 24px;
        background: #fff;
    }

    .jd-gallery-banner-empty {
        width: 100%;
        height: 100%;
        min-height: 260px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(19,11,70,.6);
        font-weight: 700;
        letter-spacing: .04em;
    }
 


    .jd-gallery-banner-actions {
        position: absolute;
        left: 18px;
        bottom: 18px;
        z-index: 2;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
    .jd-gallery-banner-action {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 14px;
        border-radius: 999px;
        background: rgba(255,255,255,.90);
        color: #130B46;
        text-decoration: none;
        font-weight: 800;
        box-shadow: 0 10px 24px rgba(19,11,70,.18);
        backdrop-filter: blur(8px);
    }
    .jd-gallery-banner-action:hover { color: #130B46; transform: translateY(-1px); }
    .jd-gallery-banner::after {
        content: "";
        position: absolute;
        inset: auto 0 0 0;
        height: 42%;
        background: linear-gradient(180deg, rgba(19,11,70,0), rgba(19,11,70,.28));
        pointer-events: none;
    }
 
  
    @media (max-width: 991.98px) {
        .jd-gallery-banner,
        .jd-gallery-banner[data-ratio="square"],
        .jd-gallery-banner[data-ratio="landscape"],
        .jd-gallery-banner[data-ratio="portrait"],
        .jd-gallery-banner[data-ratio="unknown"] {
            width: 100% !important;
            max-width: none !important;
            max-height: none !important;
            min-height: 220px !important;
            aspect-ratio: 3 / 2 !important;
        }
    }


    .jd-gallery-banner.jd-gallery-banner--wide,
    .jd-gallery-banner.jd-gallery-banner--wide[data-ratio="square"],
    .jd-gallery-banner.jd-gallery-banner--wide[data-ratio="landscape"],
    .jd-gallery-banner.jd-gallery-banner--wide[data-ratio="portrait"],
    .jd-gallery-banner.jd-gallery-banner--wide[data-ratio="unknown"] {
        width: 100% !important;
        max-width: none !important;
        min-height: 220px !important;
        height: clamp(220px, 28vw, 360px) !important;
        max-height: 400px !important;
        border-radius: 30px !important;
        aspect-ratio: auto !important;
        margin: 6px 0 2px 0 !important;
    }
    .jd-gallery-banner.jd-gallery-banner--wide img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
    }
    .jd-gallery-banner.jd-gallery-banner--wide .jd-gallery-banner-actions {
        left: 18px;
        right: auto;
        bottom: 18px;
    }

@media(max-width:991.98px){
        .jd-gallery-banner.jd-gallery-banner--wide,
        .jd-gallery-banner.jd-gallery-banner--wide[data-ratio="square"],
        .jd-gallery-banner.jd-gallery-banner--wide[data-ratio="landscape"],
        .jd-gallery-banner.jd-gallery-banner--wide[data-ratio="portrait"],
        .jd-gallery-banner.jd-gallery-banner--wide[data-ratio="unknown"] {
            height: clamp(200px, 44vw, 300px) !important;
            min-height: 200px !important;
            max-height: 320px !important;
            border-radius: 24px !important;
            margin: 4px 0 0 0 !important;
        }
}

.fin-gallery-carousel{margin:24px 0;}
.fin-shell .jd-gallery-banner-dot{min-height:0!important;min-width:0!important;padding:0!important;height:8px!important;border:0!important;}

.jd-gallery-banner-action {
    display: inline-flex;
    align-items: center;
    gap: 5px; 
    padding: 5px 9px;      
    font-size: 0.8rem;   
    border-radius: 999px; 
    background: rgba(255,255,255,0.04);  
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); 
    border: 0;
    color: rgba(255,255,255,0.85); 
    box-shadow: 0 4px 12px rgba(0,0,0,.15); 
    transition: transform .15s ease, box-shadow .15s ease;
}

.jd-gallery-banner-action:hover {
    transform: translateY(-1px) scale(1.03);
    box-shadow: 0 8px 18px rgba(0,0,0,.18); 
    background: rgba(255,255,255,0.05); 
    color: #fff;
}
.jd-gallery-banner-action i {
    font-size: 13px;
}
