/* =========================================================
   CRYSTAL CLEANING - SLIDER MAX QUALITY V42
   ========================================================= */

.hero-slide__image{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    image-rendering:auto!important;
    backface-visibility:hidden!important;
    -webkit-backface-visibility:hidden!important;
    filter:none;
}

/* The brightness control may intentionally apply brightness inline/by existing CSS.
   We only prevent accidental blur/sharpen filters here. */
.hero-slide,
.hero-slide__image{
    transform-style:flat!important;
}

.hero-slide__image{
    -webkit-font-smoothing:antialiased;
}

@media (min-width:921px){
    .hero-slide__image{
        min-width:100%;
        min-height:100%;
    }
}

/* Admin slider quality note */
.slider-quality-note{
    margin:0 0 14px;
    padding:12px 14px;
    display:grid;
    gap:4px;
    border:1px solid #dce8cf;
    border-radius:12px;
    background:#f6faef;
}
.slider-quality-note strong{
    color:#50761d;
    font-size:11px;
}
.slider-quality-note span{
    color:#73806f;
    font-size:9px;
    line-height:1.5;
}
