.image-viewer-container {
  cursor: pointer;
}
.image-viewer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  backdrop-filter: blur(2px);
  background: rgb(var(--color-on-surface--rgb)/0.52);
}
.image-viewer-overlay img {
  max-width: 100%;
  max-height: 100%;
  transition: transform 0.08s ease-out;
  will-change: transform;
  touch-action: none;
  user-select: none;
  cursor: grab;
}

/*# sourceMappingURL=image-viewer.css.map */
