/* Mr.pharmacist — true free zoom surface for lecture pages v85. */

.medcore-summary-pdf-stage {
  position: relative !important;
}

.medcore-summary-pdf-stage > [data-medcore-page-zoom="true"] {
  display: block !important;
  height: auto !important;
  transform: none !important;
  transform-origin: 0 0 !important;
  will-change: width !important;
  -webkit-user-drag: none !important;
  user-select: none !important;
}

.medcore-summary-pdf-stage:not(.is-medcore-zoomed):not(.is-medcore-pinching) {
  touch-action: pan-y !important;
}

.medcore-summary-pdf-stage.is-medcore-zoomed,
.medcore-summary-pdf-stage.is-medcore-pinching,
.medcore-summary-pdf-stage.is-medcore-panning {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  max-height: min(82dvh, 980px) !important;
  overflow-x: auto !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
  touch-action: none !important;
  -webkit-overflow-scrolling: touch !important;
  scroll-behavior: auto !important;
  scrollbar-width: thin !important;
  cursor: grab !important;
}

.medcore-summary-pdf-stage.is-medcore-panning {
  cursor: grabbing !important;
}

.medcore-summary-pdf-stage.is-medcore-zoomed > [data-medcore-page-zoom="true"],
.medcore-summary-pdf-stage.is-medcore-pinching > [data-medcore-page-zoom="true"] {
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  touch-action: none !important;
  pointer-events: auto !important;
}

.medcore-summary-document-shell:fullscreen .medcore-summary-pdf-stage.is-medcore-zoomed,
.medcore-summary-document-shell:fullscreen .medcore-summary-pdf-stage.is-medcore-pinching,
.medcore-summary-document-shell:fullscreen .medcore-summary-pdf-stage.is-medcore-panning {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  overflow: auto !important;
  touch-action: none !important;
  place-items: start !important;
}

.medcore-summary-document-shell:fullscreen .medcore-summary-pdf-stage.is-medcore-zoomed > [data-medcore-page-zoom="true"],
.medcore-summary-document-shell:fullscreen .medcore-summary-pdf-stage.is-medcore-pinching > [data-medcore-page-zoom="true"] {
  width: auto;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  touch-action: none !important;
}

@media (max-width: 760px) {
  .medcore-summary-pdf-stage.is-medcore-zoomed,
  .medcore-summary-pdf-stage.is-medcore-pinching,
  .medcore-summary-pdf-stage.is-medcore-panning {
    max-height: 78dvh !important;
  }
}
