/* Lightbox de galerias do RecifeRock */
#rr-lightbox { position: fixed; inset: 0; z-index: 99999; background: rgba(0,0,0,.92); display: flex; flex-direction: column; align-items: center; justify-content: center; }
#rr-lightbox .rr-lb-bar { position: absolute; top: 0; left: 0; right: 0; height: 48px; display: flex; justify-content: flex-end; align-items: center; padding: 0 12px; }
#rr-lightbox .rr-lb-close { background: none; border: 0; color: #fff; font-size: 34px; line-height: 1; cursor: pointer; padding: 4px 12px; opacity: .8; }
#rr-lightbox .rr-lb-close:hover { opacity: 1; }
#rr-lightbox .rr-lb-stage { max-width: 94vw; max-height: 82vh; display: flex; align-items: center; justify-content: center; }
#rr-lightbox .rr-lb-stage img { max-width: 94vw; max-height: 82vh; width: auto; height: auto; box-shadow: 0 0 24px rgba(0,0,0,.8); }
#rr-lightbox .rr-lb-cap { color: #ccc; font: 13px/1.5 Arial, sans-serif; margin-top: 10px; text-align: center; }
#rr-lightbox .rr-lb-nav { position: absolute; bottom: 14px; left: 0; right: 0; display: flex; justify-content: center; gap: 24px; }
#rr-lightbox .rr-lb-nav button { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.35); color: #fff; font-size: 20px; width: 46px; height: 40px; border-radius: 6px; cursor: pointer; }
#rr-lightbox .rr-lb-nav button:hover { background: rgba(255,255,255,.28); }
