.institution-logo .credential-badge {
  position: absolute;
  inset: 5px;
  width: 28px;
  height: 28px;
  display: block;
}

.credential-badge rect { stroke: none; }
.credential-badge text {
  fill: #fff;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-anchor: middle;
}

.credential-badge text.serif {
  font-family: Georgia, "Times New Roman", serif;
}
