.b-grid-cell.warning {
    color : red;
}

.increase, .decrease, .stable {
    padding-inline-end: 2em;
}

.increase:after,
.decrease:after,
.stable:after {
    font-family      : 'Font Awesome 6 Free';
    font-weight      : 900;
    position         : absolute;
    inset-inline-end : 0.5em;
}

.increase:after {
    content : '\f062';
    color   : #4caf50;
}

.decrease:after {
    content : '\f063';
    color   : #f44336;
}

.stable:after {
    content : '\f068';
}
