/* Fazonetka – Fotorecenze: oprava bílého rámečku při focusu/posunu
   Cíl: odstranit pouze focusový rám/pozadí karuselu.
   Samotné recenzní karty zůstávají beze změny.
*/

.fz-photo-reviews-band #sf-reviews-widget,
.fz-photo-reviews-band #sf-reviews-widget:focus,
.fz-photo-reviews-band #sf-reviews-widget:focus-visible,
.fz-photo-reviews-band #sf-reviews-widget:active,
.fz-photo-reviews-band .flickity-enabled,
.fz-photo-reviews-band .flickity-enabled:focus,
.fz-photo-reviews-band .flickity-enabled:focus-visible,
.fz-photo-reviews-band .flickity-enabled:active {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
}

/* Prohlížeč / doplněk může vytvořit focus efekt přes pseudo-element */
.fz-photo-reviews-band #sf-reviews-widget::before,
.fz-photo-reviews-band #sf-reviews-widget::after,
.fz-photo-reviews-band #sf-reviews-widget:focus::before,
.fz-photo-reviews-band #sf-reviews-widget:focus::after,
.fz-photo-reviews-band #sf-reviews-widget:focus-visible::before,
.fz-photo-reviews-band #sf-reviews-widget:focus-visible::after {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
}
