/* popup.css — placeholder */
.str-badge {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    margin-left: 6px;
}

/* Attraversamenti classificati (1–5) */
.str-badge-risk-1 { background: #4CAF50; }
.str-badge-risk-2 { background: #8BC34A; }
.str-badge-risk-3 { background: #FFC107; color:#000; }
.str-badge-risk-4 { background: #FF9800; }
.str-badge-risk-5 { background: #F44336; }

/* Priorità intervento (1–5) */
.str-badge-prio-1 { background: #D50000; }
.str-badge-prio-2 { background: #FF5722; }
.str-badge-prio-3 { background: #FFC107; color:#000; }
.str-badge-prio-4 { background: #8BC34A; }
.str-badge-prio-5 { background: #4CAF50; }

/* Sintesi territoriale (A–E) */
.str-badge-sint-A { background: rgb(244, 67, 54); }
.str-badge-sint-B { background: rgb(255, 152, 0); }
.str-badge-sint-C { background: rgb(255, 235, 59); color:#000; }
.str-badge-sint-D { background: rgb(139, 195, 74); }
.str-badge-sint-E { background: rgb(76, 175, 80); }

