/* PDF viewer container styles */
.pdf-viewer-container {
  touch-action: pinch-zoom pan-x pan-y;
  -webkit-overflow-scrolling: touch;
}

.pdf-page-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 0.25rem;
}

.pdf-page-wrapper canvas {
  max-width: 100%;
  height: auto !important;
}

/* iOS safe area for sticky bottom bar */
.safe-area-bottom {
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

/* Loading state */
.pdf-viewer-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
