/* ================================
   ZERO BLOCK – УБИРАЕМ ФОКУС
   ================================ */

/* Основной фокус */
.uc-accord-open:focus,
.uc-accord-open:focus-visible,
.uc-accord-open:active {
    outline: none !important;
    box-shadow: none !important;
}

/* Если фокус уходит во вложенные элементы */
.uc-accord-open *,
.uc-accord-open *:focus,
.uc-accord-open *:focus-visible,
.uc-accord-open *:active {
    outline: none !important;
    box-shadow: none !important;
}

/* Убираем синюю подсветку тапа на мобилках */
.uc-accord-open {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: transparent;
}

/* Если Zero Block добавил tabindex */
.uc-accord-open[tabindex] {
    outline: none !important;
}

/* На всякий случай — ссылки и кнопки */
.uc-accord-open a,
.uc-accord-open button {
    outline: none !important;
    box-shadow: none !important;
}
