.fuel-page-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 24px;
    padding: 22px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

.fuel-page-top {
    margin-bottom: 18px;
}

.fuel-page-title {
    font-size: 28px;
    font-weight: 800;
    margin: 0;
    color: #111;
}

.fuel-page-subtitle {
    margin-top: 6px;
    font-size: 14px;
    color: #666;
}

.fuel-toolbar {
    display: grid;
    grid-template-columns: 220px 220px 1fr;
    gap: 12px;
    margin-top: 18px;
}

.fuel-select,
.fuel-search-input {
    width: 100%;
    height: 46px;
    border: 1px solid #dedede;
    border-radius: 14px;
    padding: 0 14px;
    font-size: 14px;
    background: #fff;
    color: #111;
}

.fuel-select:focus,
.fuel-search-input:focus {
    outline: none;
    border-color: #cfcfcf;
    box-shadow: 0 0 0 3px rgba(255, 43, 43, 0.08);
}

.fuel-meta {
    margin: 18px 0 16px;
    font-size: 14px;
    color: #666;
}

.fuel-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.fuel-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.fuel-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.fuel-rank {
    display: inline-block;
    background: #fff0f0;
    color: #ff2b2b;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 8px;
}

.fuel-city {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 800;
    color: #111;
}

.fuel-address {
    color: #666;
    font-size: 14px;
}

.fuel-price {
    font-size: 30px;
    font-weight: 900;
    color: #ff0000;
    white-space: nowrap;
    letter-spacing: -0.5px;

}

.fuel-card__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.fuel-update {
    font-size: 13px;
    color: #777;
}

.fuel-services {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.fuel-service-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f5f5f5;
    color: #333;
    font-size: 12px;
    font-weight: 600;
}

.fuel-empty {
    border: 1px dashed #ddd;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    color: #777;
    background: #fafafa;
}

.fuel-loading {
    padding: 24px;
    border-radius: 16px;
    text-align: center;
    background: #fafafa;
    border: 1px dashed #ddd;
    color: #666;
}

.load-more-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    margin-top: 18px;
}

.load-more-count {
    color: #666;
    font-size: 14px;
}

.btn-primary {
    background: #ff2b2b;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 12px 18px;
    font-weight: 700;
    cursor: pointer;
}

.btn-primary:hover {
    background: #e11d1d;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.fuel-card--top {
    border-color: #ffd8d8;
    box-shadow: 0 8px 20px rgba(255, 0, 0, 0.05);
}

.fuel-card--best {
    position: relative;
    border: 1px solid #ffb8b8;
    box-shadow: 0 10px 28px rgba(255, 0, 0, 0.08);
    background: linear-gradient(180deg, #fffefe 0%, #fff8f8 100%);
}

.fuel-best-ribbon {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #16a34a;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.01em;
    box-shadow: 0 8px 20px rgba(255, 0, 0, 0.18);
}

.fuel-rank-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.fuel-top-badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.fuel-top-badge--best {
    background: #16a34a;
}

.fuel-price-wrap {
    text-align: right;
    flex: 0 0 auto;
}

.fuel-price-label {
    font-size: 12px;
    font-weight: 700;
    color: #777;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.fuel-price {
    font-size: 30px;
    font-weight: 900;
    color: #ff0000;
    white-space: nowrap;
    letter-spacing: -0.5px;
}

3) Ajoute ces styles à la fin de /assets/css/carburants.css
.fuel-card__actions {
    margin: 14px 0 10px;
}

.fuel-map-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #111;
    border-radius: 999px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.18s ease;
}

.fuel-map-btn:hover {
    border-color: #ff0000;
    color: #ff0000;
    box-shadow: 0 6px 16px rgba(255, 0, 0, 0.08);
}

.fuel-map-modal[hidden] {
    display: none;
}

.fuel-map-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.fuel-map-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.56);
    backdrop-filter: blur(2px);
}

.fuel-map-modal__dialog {
    position: relative;
    width: min(960px, calc(100% - 32px));
    margin: 40px auto;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
    overflow: hidden;
    z-index: 2;
}

.fuel-map-modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    border-bottom: 1px solid #ececec;
}

.fuel-map-modal__title {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    color: #111;
}

.fuel-map-modal__close {
    width: 40px;
    height: 40px;
    border: 1px solid #e3e3e3;
    background: #fff;
    color: #111;
    border-radius: 999px;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.18s ease;
}

.fuel-map-modal__close:hover {
    color: #ff0000;
    border-color: #ff0000;
}

.fuel-map-modal__body {
    padding: 0;
}

.fuel-map-modal__body iframe {
    display: block;
    width: 100%;
    height: 520px;
    border: 0;
}

body.modal-open {
    overflow: hidden;
}

@media (max-width: 992px) {
    .fuel-toolbar {
        grid-template-columns: 1fr;
    }

    .fuel-card__top {
        flex-direction: column;
    }
    @media (max-width: 992px) {
    .fuel-price-wrap {
        text-align: left;
    }
}

    .fuel-price {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .fuel-map-modal__dialog {
        width: calc(100% - 20px);
        margin: 20px auto;
        border-radius: 18px;
    }

    .fuel-map-modal__head {
        padding: 14px 16px;
    }

    .fuel-map-modal__title {
        font-size: 16px;
    }

    .fuel-map-modal__body iframe {
        height: 380px;
    }
}