.badge-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.5rem;
    height: 1.5rem;
    padding: 0 0.375rem;
    border-radius: var(--radius-pill);
    background-color: var(--color-bg-brand);
    color: var(--color-content-inverse);
    font-size: var(--text-xs-size);
    font-weight: var(--font-weight-semibold);
    line-height: 1;
}
