.bn-plugin-gallery {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.bn-plugin-gallery.hidden {
  display: none !important;
}
.bn-plugin-gallery-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  border: 0;
  cursor: pointer;
}
.bn-plugin-gallery-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 2147483002;
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}
.bn-plugin-gallery-scroll {
  position: relative;
  z-index: 2147483001;
  max-width: 96vw;
  max-height: 92vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 3rem 1rem 4.5rem;
}
.bn-plugin-gallery-img {
  display: block;
  margin: 0 auto;
  max-width: none;
  width: auto;
  height: auto;
  transform-origin: center center;
  transition: transform 0.15s ease;
  border-radius: 0.5rem;
}
.bn-plugin-gallery-zoom {
  position: fixed;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2147483002;
  display: flex;
  gap: 0.5rem;
  background: rgba(0, 0, 0, 0.78);
  padding: 0.4rem 0.6rem;
  border-radius: 9999px;
}
.bn-plugin-gallery-zoom button {
  min-width: 2.6rem;
  height: 2.6rem;
  border: 0;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 1.15rem;
  cursor: pointer;
}
.bn-plugin-gallery-zoom .bn-plugin-gallery-zoom-reset {
  min-width: 4.6rem;
  font-size: 0.82rem;
}
