@media print {
  body {
    font-family: Arial, sans-serif;
    color: #000;
    background: #fff;
  }

  nav, header, footer, .no-print {
    display: none !important;
  }

  .page-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .card, table {
    page-break-inside: avoid;
  }

  table {
    width: 100%;
    border-collapse: collapse;
  }

  table td, table th {
    border: 1px solid #000;
    padding: 4px;
  }
}
