/* Petit CSS pour le tri et les inputs - juste l'essentiel */
.thead-filter th {
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
}
.thead-filter th:hover {
    background-color: #495057 !important;
}
.thead-filter th.active-sort {
    background-color: #1a2632 !important;
    border-bottom: 3px solid #f1c40f !important;
}
.filter-input {
    width: 100%;
    padding: 4px 8px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    font-size: 13px;
    margin-top: 6px;
}
.filter-input:focus {
    outline: none;
    border-color: #0d6efd;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.25);
}
.empty-space {
    height: 32px;
}
.date-cell {
    font-family: monospace;
    font-size: 13px;
}
.header-title {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 0;
}