.wsab-alerta {
    background: #fceeee;
    border: 2px dashed #ce8a8a;
    padding: 10px;
    border-radius: 12px;
    margin: 20px 0;
    font-size: 16px;
    color: #000;
}
.wsab-topo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.wsab-tag {
    background: #e5a0a0;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 14px;
    color: #520000;
}
.wsab-barra-container {
    background: #ccc;
    border-radius: 8px;
    margin-top: 8px;
    height: 8px;
    width: 100%;
}
.wsab-barra-preenchida {
    background: #b22222;
    height: 100%;
    border-radius: 8px;
}
