/* ==========================================================================
   Vendiauto - Carburants
   Styles communs pour les pages prix carburants
   ========================================================================== */

/* Carte Leaflet
   ========================================================================== */

#map {
    width: 100%;
    height: 400px;
    border-radius: 8px;
    z-index: 1;
}

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

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

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

.price-red {
    color: red;
    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;
}

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;
}

/* Filtres carburants
   ========================================================================== */

.fuel-filter-btn.active {
    background-color: #0d6efd !important;
    color: #fff !important;
    border-color: #0d6efd !important;
}

.fuel-tabs .btn {
    border-radius: 0;
    margin-right: -1px;
}

/* Liens départements
   ========================================================================== */

.link-dept {
    color: #0d6efd;
    font-weight: 500;
    text-decoration: none;
}

.link-dept:hover {
    color: #0a58ca;
    text-decoration: underline;
}

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

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