.badge-box {
  display: flex;
  flex-direction: row;
  flex-grow: 0;
}

.badge-box > a {
  font-size: 0.75rem;
  color: black;
  padding: 0px 8px;
  margin-left: 8px;
  text-align: center;
  border-radius: 0px;
  text-decoration: none;
}
