/* ===============================================
   FILTERS COMPONENT - AMBA Theme
   =============================================== */

/* Compteur de résultats - Alignement sur la baseline */
.filter-results {
    align-items: baseline !important; /* Surcharge align-items-end */
}

.filter-results .display-6 {
    line-height: 1;
    font-weight: 700;
    color: var(--amba-primary);
}

.filter-results small {
    line-height: 1;
    color: var(--amba-gray);
}

