@charset "utf-8";
/* CSS Document */

  /* Responsive PDF frame */
  .pdf-wrap {
    /* keeps the PDF height sensible on phones and desktops */
    height: min(90dvh, 1000px);
    /* ensure it shrinks on small screens and expands on large */
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;      /* no accidental scrollbars around the frame */
  }
  .pdf-frame {
    width: 100%;
    height: 100%;
    border: 0;
  }