* {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

@media print {
  html,
  body {
    margin: 0 !important;
    background: none !important;
    padding: 0 !important;
    height: 100% !important;
  }

  .topbar,
  .editor {
    display: none !important;
  }

  .workspace,
  .preview-panel,
  .preview-stage {
    display: block !important;
    margin: 0 !important;
    background: none !important;
    padding: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }
  .preview-stage {
    transform: none !important;
  }

  .sheet {
    break-after: avoid;
    margin: 0 !important;
    box-shadow: none !important;
    page-break-after: avoid;
  }

  .sheet-content {
    overflow: hidden !important;
  }

  .sheet.a4p {
    width: 210mm !important;
    height: 296mm !important;
  }
  .sheet.a5p {
    width: 148mm !important;
    height: 210mm !important;
  }
  .sheet.a5l {
    width: 210mm !important;
    height: 148mm !important;
  }
}

@page {
  margin: 0;
}
