.sg-row-demand {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: left;
}

.sg-demand-val {
    font-size: 15px;
    font-weight: 650;
    font-family: var(--font-mono);
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.sg-demand-unit {
    font-size: 11px;
    font-weight: 500;
    color: var(--color-text-muted);
    margin-left: 2px;
}
