@page {
  margin: 8mm;
}

@media print {
  html,
  body {
    background: #ffffff !important;
  }

  body {
    margin: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .no-print,
  .site-header,
  .document-toolbar {
    display: none !important;
  }

  .document-page,
  .document-wrap {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .company-form {
    width: auto !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .form-section,
  .approval-card,
  .signature-card,
  .paper-table {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .form-header {
    break-after: avoid;
    page-break-after: avoid;
  }

  a {
    text-decoration: none !important;
  }
}
