/* Regras gerais de impressão carregadas apenas com media=print. */
@media print {
  html,
  body {
    background: #ffffff !important;
    color: #0f172a !important;
  }

  .no-print,
  [data-no-print],
  .admin-theme-toggle,
  .ui-toast-root {
    display: none !important;
  }

  a {
    color: inherit !important;
    text-decoration: none !important;
  }

  .ui-card {
    box-shadow: none !important;
  }
}
