[data-zoom-src] {
  cursor: zoom-in;
}
.mm-zoom {
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: transparent;
  overflow: hidden;
}
.mm-zoom::backdrop {
  background: rgba(7, 20, 22, 0.9);
}
.mm-zoom-inner {
  min-height: 100%;
  display: grid;
  place-items: center;
  padding: 3.4rem 1rem 1.4rem;
  box-sizing: border-box;
}
.mm-zoom img[data-zoom-img] {
  max-width: min(96vw, 1100px);
  max-height: 86vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 14px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.45);
  background: #111;
}
.mm-zoom-close {
  position: fixed;
  top: 12px;
  inset-inline-end: 12px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #102226;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  font-weight: 700;
}
.admin-media {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.admin-media img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 12px;
  background: #e7ecec;
}
