.badge {
    display: inline-flex;
    min-height: 24px;
    align-items: center;
    border-radius: 999px;
    background: var(--st-surface-muted);
    color: var(--st-muted);
    padding: 0 10px;
    font-size: .78rem;
    font-weight: 700;
}