@media print {
  @page {
    size: 8.5in 11in;
    margin: 0;
  }

  pagination {
    display: none;
  }

  html,
  body {
    width: 8.5in;
    height: 11in;
    margin: 0 !important;
    padding: 0 !important;
    background: white;
  }

  .editor-page {
    page-break-after: always;
    background: white;
  }

  .editor-page:last-child {
    page-break-after: avoid;
  }

  .ql-editor {
    padding: 1in !important;
  }

  .ql-toolbar,
  .no-print {
    display: none !important;
  }
}
