.lb-warning {
    background: var(--mud-palette-overlay-light);
    text-transform: uppercase;
    font-size: 24px !important;
    font-weight: 700;
    font-family: "Roboto";
    color: var(--mud-palette-white) !important;
    border-radius: 8px !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: var(--mud-palette-table-lines) !important;
    text-align:center;
    align-items:center;
    justify-content:center;
    margin:0;
}