/* ==== GLOBAL PAGE ==== */
/* Protected Document Viewer — PDF.js (Mobile) */

/* Responsive Tweaks for Mobile */
@media only screen and (max-width: 768px) {

  /* Hide thumbnails on mobile for now */
  .hp-pdfjs-thumbnails {
    display: none;
  }

  /* PDF.js Toolbar (mobile layout) */
  .hp-pdfjs-toolbar {
    justify-content: center;
    padding: 12px;
  }

  /* Zoom buttons (mobile sizing) */
  .hp-pdfjs-zoom-btn {
    padding: 8px 16px;
    font-size: 20px;
  }

  /* Zoom level text (mobile sizing) */
  .hp-pdfjs-zoom-level {
    font-size: 16px;
  }
}
