.fbvu-gallery{position:relative;max-width:100%;margin:1.6em 0;border-radius:8px;overflow:hidden;background:#000}
.fbvu-viewport{overflow:hidden}
.fbvu-track{display:flex;transition:transform .35s ease;touch-action:pan-y}
.fbvu-slide{flex:0 0 100%;min-width:100%}
.fbvu-slide img{display:block;width:100%;height:auto;max-height:72vh;object-fit:contain;background:#000;margin:0;cursor:zoom-in}
.fbvu-prev,.fbvu-next{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.55);color:#fff;border:0;width:44px;height:44px;border-radius:50%;font-size:26px;line-height:1;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;transition:background .2s}
.fbvu-prev{left:10px}
.fbvu-next{right:10px}
.fbvu-prev:hover,.fbvu-next:hover{background:rgba(0,0,0,.85)}
.fbvu-dots{position:absolute;bottom:10px;left:0;right:0;display:flex;gap:6px;justify-content:center;z-index:2}
.fbvu-dot{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.5);border:0;padding:0;cursor:pointer}
.fbvu-dot.is-active{background:#fff}
.fbvu-gallery[data-count="1"] .fbvu-prev,
.fbvu-gallery[data-count="1"] .fbvu-next,
.fbvu-gallery[data-count="1"] .fbvu-dots{display:none}
.fbvu-gallery:focus{outline:2px solid #8a1538;outline-offset:2px}
@media(max-width:600px){
  .fbvu-prev,.fbvu-next{width:38px;height:38px;font-size:22px}
}

/* ===== Lightbox (албум преко цијелог екрана) ===== */
.fbvu-lightbox{position:fixed;inset:0;z-index:99999;background:rgba(0,0,0,.92);display:none;align-items:center;justify-content:center}
.fbvu-lightbox.is-open{display:flex}
.fbvu-lb-img{max-width:92vw;max-height:88vh;object-fit:contain;box-shadow:0 0 40px rgba(0,0,0,.6);user-select:none}
.fbvu-lb-close,.fbvu-lb-prev,.fbvu-lb-next{position:absolute;background:rgba(255,255,255,.12);color:#fff;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}
.fbvu-lb-close:hover,.fbvu-lb-prev:hover,.fbvu-lb-next:hover{background:rgba(255,255,255,.28)}
.fbvu-lb-close{top:18px;right:18px;width:46px;height:46px;border-radius:50%;font-size:26px}
.fbvu-lb-prev,.fbvu-lb-next{top:50%;transform:translateY(-50%);width:54px;height:54px;border-radius:50%;font-size:34px}
.fbvu-lb-prev{left:18px}
.fbvu-lb-next{right:18px}
.fbvu-lb-count{position:absolute;bottom:18px;left:0;right:0;text-align:center;color:#fff;font-size:15px;opacity:.85}
.fbvu-lightbox[data-count="1"] .fbvu-lb-prev,
.fbvu-lightbox[data-count="1"] .fbvu-lb-next{display:none}
@media(max-width:600px){
  .fbvu-lb-prev,.fbvu-lb-next{width:44px;height:44px;font-size:28px}
  .fbvu-lb-close{width:40px;height:40px;font-size:22px}
}
