.noprint {
  display: none !important;
}

.break-before {
  break-before: auto;
}

.break-inside-avoid {
  break-inside: avoid;
}

.card {
  margin-top: 1em;
  display: block;
  page-break-inside: avoid; /* Prevent the card from breaking across pages */
}

.card-header {
  font-size: 16px;
}

.card-body {
  font-size: 12px;
}

.detail-label {
  font-weight: 700;
}

table {
  page-break-inside: avoid;
}

tr {
  border-collapse: collapse;
  break-inside: avoid;
}

.multi-column {
  column-count: 3;
}

@media print {
  #footer {
   display: none!important;
  }
}
