/* Réduire légèrement la densité en mobile */
@media (max-width: 575.98px) {
  .table td,
  .table th {
    padding: 0.5rem 0.5rem;
  }
}
