/* High-fidelity Print Styles */
@media print {
  body {
    background: #ffffff !important;
    color: #000000 !important;
    font-size: 11pt;
  }

  .app-sidebar,
  .app-header,
  .mobile-bottom-nav,
  .no-print,
  .btn,
  .table-toolbar,
  .table-pagination,
  .toast-container {
    display: none !important;
  }

  .app-main {
    margin-left: 0 !important;
    padding: 0 !important;
  }

  .app-content {
    padding: 0 !important;
    max-width: 100% !important;
  }

  .card, .data-table-wrapper {
    border: none !important;
    box-shadow: none !important;
  }

  a[href]::after {
    content: "" !important;
  }
}
