/* Minimal WB integration overrides (optional).
   Keep this file small; base styles come from css/glightbox.min.css */

/* Ensure overlay is above sticky headers in some WB themes */
.glightbox-container { z-index: 9999; }

/* Inherit theme fonts for captions */
.glightbox-clean .gdesc-inner { font: inherit; }

/* Optional focus outline for a11y */
a.glightbox:focus { outline: 2px solid currentColor; outline-offset: 2px; }
