/* [project]/node_modules/.pnpm/react-medium-image-zoom@5.2.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/react-medium-image-zoom/dist/styles.css [app-client] (css) */
[data-rmiz] {
  position: relative;
}

[data-rmiz-ghost] {
  pointer-events: none;
  position: absolute;
}

[data-rmiz-btn-zoom], [data-rmiz-btn-unzoom] {
  color: #fff;
  outline-offset: 2px;
  touch-action: manipulation;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, .7);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 9px;
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

[data-rmiz-btn-zoom]:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  pointer-events: none;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

[data-rmiz-btn-zoom] {
  cursor: zoom-in;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

[data-rmiz-btn-unzoom] {
  cursor: zoom-out;
  z-index: 1;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

[data-rmiz-content="found"] img, [data-rmiz-content="found"] svg, [data-rmiz-content="found"] [role="img"], [data-rmiz-content="found"] [data-zoom] {
  cursor: zoom-in;
}

[data-rmiz-modal]::backdrop {
  display: none;
}

[data-rmiz-modal][open] {
  width: 100vw;
  width: 100dvw;
  height: 100vh;
  background: none;
  border: 0;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 0;
  position: fixed;
  overflow: hidden;
}

[data-rmiz-modal-overlay] {
  transition: background-color .3s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

[data-rmiz-modal-overlay="hidden"] {
  background-color: rgba(255, 255, 255, 0);
}

[data-rmiz-modal-overlay="visible"] {
  background-color: #fff;
}

[data-rmiz-modal-content] {
  width: 100%;
  height: 100%;
  position: relative;
}

[data-rmiz-modal-img] {
  cursor: zoom-out;
  image-rendering: high-quality;
  transform-origin: 0 0;
  transition: transform .3s;
  position: absolute;
}

@media (prefers-reduced-motion: reduce) {
  [data-rmiz-modal-overlay], [data-rmiz-modal-img] {
    transition-duration: .01ms !important;
  }
}

/*# sourceMappingURL=4f170_react-medium-image-zoom_dist_styles_0b983048.css.map*/