@page {
  size: A4;
  margin: 10mm;
}

@media print {
  :root {
    --paper: #ffffff;
  }

  * {
    box-shadow: none !important;
    text-shadow: none !important;
  }

  html,
  body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff !important;
  }

  .no-print,
  .app-header,
  .form-panel,
  .preview-top,
  .notice,
  .support-grid,
  .explainer,
  .noscript {
    display: none !important;
  }

  .app-shell,
  .workspace,
  .preview-panel,
  .preview-canvas,
  #printArea {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: #ffffff !important;
  }

  .label-block {
    break-inside: avoid;
    page-break-inside: avoid;
    margin: 0 auto;
    color: #000000;
    background: #ffffff;
    border: 1.5px solid #000000;
  }

  .label-status.is-draft {
    border-color: #000000;
    color: #000000;
    background: #ffffff;
  }

  .label-status.is-ready {
    border-color: #000000;
    color: #000000;
    background: #ffffff;
  }

  .placeholder {
    color: #000000;
  }
}
