.issue-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bulma-danger);
    color: var(--bulma-danger-invert);
    border-radius: var(--bulma-radius-large);
    font-size: 0.85rem;
    font-weight: normal;
    min-width: 1.15rem;
    height: 1.15rem;
}
