/* 11-tables.css — lignes 615-653 de l'ancien style.css unique, contenu inchangé */

/* ===========================
   TABLEAU
=========================== */

.history-table{

width:100%;

border-collapse:collapse;

margin-top:var(--space-5);

}

.history-table th{

background:var(--primary);

color:var(--encre-bouton-plein);

padding:var(--space-4);

text-align:left;

}

.history-table td{

padding:var(--space-4);

border-bottom:1px solid #ececec;

}

.history-table tr:hover{

background:var(--surface-muted);

}
