/* PC fermi da più di 3 giorni — evidenziazione bacheca Lab PC */
.laboratorio-module .tabella-bacheca tbody tr.riga-fermo:not(.riga-h24) {
    background: #ffedd5 !important;
    box-shadow: inset 4px 0 0 #ea580c;
}

.laboratorio-module .tabella-bacheca tbody tr.riga-fermo:not(.riga-h24):hover {
    background: #fed7aa !important;
}

.laboratorio-module .tabella-bacheca tbody tr.riga-fermo:not(.riga-h24) td {
    border-color: #fdba74;
}

.ddm-fermo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    padding: 2px 8px;
    border-radius: 4px;
    background: #ea580c;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.4;
    vertical-align: middle;
    white-space: nowrap;
}

@media (max-width: 640px) {
    .ddm-fermo-badge {
        margin-left: 4px;
        margin-top: 4px;
        font-size: 10px;
    }
}
