.bb-gallery-viewer .bb-gallery-stage,
.bb-gallery-viewer .bb-gallery-progress,
.bb-gallery-viewer .bb-gallery-meta { display: none; }
.bb-mobile-gallery { display:block; background:#171614; color:#fff; }
.bb-mobile-gallery-rail { display:flex; width:100%; max-width:100%; overflow-x:auto; overflow-y:hidden; scroll-snap-type:x mandatory; overscroll-behavior-x:contain; touch-action:pan-x; -webkit-overflow-scrolling:touch; scrollbar-width:thin; scrollbar-color:rgba(255,255,255,.45) #171614; cursor:grab; }
.bb-mobile-gallery-rail:focus-visible { outline:2px solid var(--or,#c4924a); outline-offset:-2px; }
.bb-mobile-gallery-rail.is-dragging { scroll-snap-type:none; cursor:grabbing; user-select:none; }
.bb-mobile-gallery-rail::-webkit-scrollbar { height:9px; }
.bb-mobile-gallery-rail::-webkit-scrollbar-track { background:#171614; }
.bb-mobile-gallery-rail::-webkit-scrollbar-thumb { border:2px solid #171614; border-radius:999px; background:rgba(255,255,255,.45); }
.bb-mobile-gallery-slide { flex:0 0 100%; min-width:100%; min-height:clamp(440px,65vh,640px); margin:0; display:grid; place-items:center; scroll-snap-align:start; scroll-snap-stop:always; background:#171614; }
.bb-mobile-gallery-slide img { display:block; width:auto; max-width:100%; height:auto; max-height:72vh; object-fit:contain; pointer-events:none; -webkit-user-drag:none; user-select:none; }
.bb-mobile-gallery-status { display:flex; align-items:center; justify-content:space-between; gap:16px; min-height:58px; padding:15px 18px; border-top:1px solid rgba(255,255,255,.09); }
.bb-mobile-gallery-status strong { font-size:17px; font-weight:600; }
.bb-mobile-gallery-status span { color:rgba(255,255,255,.65); font-size:12px; white-space:nowrap; }
.bb-gallery-help { margin-top:14px; }
@media (max-width:760px) {
  .bb-gallery-banner { display:none; }
  .bb-gallery-page { padding-top:0; }
  .bb-gallery-shell { display:flex; flex-direction:column; padding:0; }
  .bb-gallery-viewer { order:1; }
  .bb-gallery-tabs { order:2; margin:14px 14px 0; padding-bottom:12px; }
  .bb-gallery-help { order:3; padding:0 14px; }
  .bb-mobile-gallery-rail { scrollbar-width:none; cursor:auto; }
  .bb-mobile-gallery-rail::-webkit-scrollbar { display:none; }
  .bb-mobile-gallery-slide { min-height:420px; }
  .bb-mobile-gallery-slide img { width:100%; }
}