.runner-badge {
  display: inline-block;
  margin-left: 6px;
  padding: 0 6px;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 9px;
  background: #d32f2f; /* красный */
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
}

/* Если тема выводит ссылку как блок, позволим бейджу корректно переноситься */
.sidenav a .runner-badge,
.collapsible a .runner-badge {
  float: right;
}

.collapsible a[href="/runners"] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}