/* static/css/virus_dashboard.css */

/* Stijlen specifiek voor de gekleurde badges op het dashboard */
.level-badge { 
    display: inline-block; 
    padding: 5px 15px; 
    border-radius: 4px; 
    font-weight: bold; 
    color: white; 
    text-align: center; 
    min-width: 80px; 
}
.level-low { background: #2ecc71; }
.level-moderate { background: #f39c12; }
.level-high { background: #e67e22; }
.level-very_high { background: #e74c3c; }
.level-missing { background: #95a5a6; }