/* ═══════════════════════════════════════════════════════
   AMICONTACT — Estilos de impresión / PDF
   ═══════════════════════════════════════════════════════ */

@media print {
  .sidebar,
  .header,
  .header__actions,
  .page__actions,
  .filters,
  .pagination,
  .btn,
  .no-print { display: none !important; }

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

  body {
    background: white;
    color: black;
    font-size: 12pt;
  }

  .card {
    border: none;
    box-shadow: none;
  }

  .table { font-size: 10pt; }

  .table thead th {
    background: #f0f0f0 !important;
    color: black !important;
  }

  a[href]::after {
    content: none;
  }
}
