/* ==========================================================================
   Vendiauto - Carburants Common
   Styles communs neutres pour carburants, GPL et GNV
   ========================================================================== */

/* Couleurs des prix selon fraîcheur / statut
   ========================================================================== */

.price-green {
    color: #198754;
    font-weight: 600;
}

.price-orange {
    color: #fd7e14;
    font-weight: 600;
}

.price-red {
    color: #dc3545;
    font-weight: 600;
}

/* Tableaux triables
   ========================================================================== */

th .fa-sort {
    margin-left: 5px;
    color: #aaa;
}

th.headerSortUp .fa-sort {
    color: #000;
    transform: rotate(180deg);
}

th.headerSortDown .fa-sort {
    color: #000;
}

/* Lignes cliquables
   ========================================================================== */

tr.clickable-row {
    cursor: pointer;
}

/* Autocomplete ville / code postal
   ========================================================================== */

.ui-autocomplete {
    z-index: 9999 !important;
}

/* Services station
   ========================================================================== */

.service-icon {
    display: inline-block;
    margin-top: 5px;
    padding: 0.35em 0.5em;
    font-size: 0.80rem;
}

/* Cartes statistiques
   ========================================================================== */

.stat-card .value {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.1;
}
