/* ===========================================
   Print Styles
   =========================================== */

@media print {
  @page { margin: 0; size: A4; }

  body { background: white !important; height: auto; overflow: visible; }

  .topbar, .editor-sidebar, .editor-sidebar-footer, .no-print { display: none !important; }

  .editor-layout { display: block; height: auto; }

  .editor-preview {
    background: white !important;
    box-shadow: none !important;
    height: auto;
    overflow: visible;
    padding: 0;
    display: block;
  }

  .a4-paper {
    width: 100%;
    margin: 0;
    box-shadow: none;
    padding: 2cm;
    min-height: auto;
  }

  .highlight-zone { background-color: transparent !important; outline: none !important; }
  .highlight-active { background-color: transparent !important; outline: none !important; }
}
