@media print {
  @page {
    size: A5 portrait;
    margin: 8mm;
  }

  body {
    font-size: 12px;
    line-height: 1.4;
  }

  .erp-invoice-wrap,
  .erp-invoice-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .erp-invoice-header img {
    max-height: 60px;
  }

  .no-print {
    display: none !important;
  }
}
.erp-invoice-title {
  display: none;
}