.edf-table td, .edf-table th { vertical-align: middle; }
.edf-cons-low { background:#e7f9ed; }
.edf-cons-mid { background:#fff6e0; }
.edf-cons-high { background:#fde2e2; }
.edf-local-card { border:1px solid #ddd; }
.edf-local-card .card-header { background:#f8f9fa; font-size:0.95rem; }
.edf-local-card .card-body { background:#fff; }

/* Décalage gauche pour éviter le chevauchement de la mini-sidebar */
@media (min-width: 769px) {
    #edf-content {
        padding-left: 50px;
    }
}
