/* ==== GLOBAL PAGE (Mobile Shared) ==== */
/* Protected Document Viewer — Base Mobile Layout */

@media only screen and (max-width: 768px) {

  /* Overlay */
  .hp-protected-document-viewer-overlay {
    padding: 0;
  }

  /* Modal Box */
  .hp-protected-document-viewer-box {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    border-radius: 0;
  }

  /* Header */
  .hp-protected-document-viewer-header {
    padding: 14px;
    font-size: 16px;
  }

  /* Close Button */
  .hp-protected-document-viewer-close {
    font-size: 28px;
  }

  /* Action Buttons */
  .hp-protected-document-viewer-actions {
    justify-content: center;
    padding: 14px;
    gap: 10px;
  }

  .hp-protected-document-viewer-actions button {
    flex: 1;
    text-align: center;
    padding: 12px;
    font-size: 16px;
  }
}
