/* lightGallery overrides — theme-specific tweaks applied on top of
   the upstream bundle. */

/* Active/hover thumbnail border uses the brand color instead of red.
   Higher specificity than lightgallery-bundle.min.css default. */
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: var(--c-brand);
}

/* Lift the lightbox above WP admin bar (z-index: 99999). Upstream
   bundle uses 1040–1082 which sits below it, so the close/counter
   toolbar stays hidden behind the bar. */
.lg-backdrop,
.lg-outer,
.lg-container {
    z-index: 100000;
}
