/* Bandeau sélection + pied de totaux — liste Factures (style VSA) */
.invoice-list-selection-bar.hidden {
    display: none !important;
}

.invoice-list-selection-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin: 0 0 8px 0;
    padding: 8px 12px;
    width: 100%;
    box-sizing: border-box;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    font-size: 13px;
}

.invoice-list-selection-bar .invoice-selection-count {
    font-size: 15px;
    font-weight: 700;
    color: #212529;
    margin-left: 6px;
}

.invoice-list-selection-bar .invoice-selection-label {
    color: #6c757d;
}

.invoice-list-selection-bar .invoice-selection-sep {
    color: #adb5bd;
    margin: 0 4px;
}

.invoice-list-selection-bar .invoice-selection-amount {
    font-size: 18px;
    font-weight: 700;
    color: #212529;
    white-space: nowrap;
}

.list > table tfoot.invoice-list-totals tr.invoice-totals-row td {
    border-top: 2px solid #dee2e6;
    background: #f8f9fa;
    font-weight: 600;
    vertical-align: middle;
}

.list > table tfoot.invoice-list-totals tr.invoice-totals-row td.cell-numeric {
    text-align: right;
}
