.bv-gallery { min-width: 0; width: 100%; }
.bv-gallery__stage { display: grid; place-items: center; }
.bv-gallery__slide { width: 100%; }
.bv-gallery__slide[hidden] { display: none; }
.bv-gallery__slide img, .bv-gallery__slide video { display: block; width: 100%; max-height: 480px; object-fit: contain; }
.bv-gallery__controls { display: flex; gap: 8px; align-items: center; margin-top: 12px; }
.bv-gallery__controls button { min-width: 44px; min-height: 44px; border: 1px solid #dbe2ea; border-radius: 8px; background: #fff; cursor: pointer; }
.bv-gallery__thumbs { display: flex; gap: 8px; overflow-x: auto; min-width: 0; scrollbar-width: thin; }
.bv-gallery__thumbs button { flex: 0 0 56px; padding: 3px; }
.bv-gallery__thumbs button[aria-pressed="true"] { border: 2px solid #0d1b3d; }
.bv-gallery__thumbs img { width: 48px; height: 48px; object-fit: contain; }
.bv-gallery button:focus-visible { outline: 3px solid #36b4e5; outline-offset: 2px; }
.bv-gallery__status { margin: 6px 0; text-align: center; font-size: .8rem; color: #475569; }
.bv-gallery-admin { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%,220px),1fr)); gap: 16px; margin-top: 24px; }
.bv-gallery-admin__item { min-width: 0; padding: 12px; border: 1px solid #dbe2ea; border-radius: 12px; background: #fff; }
.bv-gallery-admin__item img, .bv-gallery-admin__item video { width: 100%; height: 180px; object-fit: contain; }
