img.logo {
  display: inline-block;
  width: 84px;
  height: 84px;
  padding: 0;
  border: 0;
  border-radius: 22px;
  object-fit: cover;
  vertical-align: middle;
}

img.logo.small {
  width: 32px;
  height: 32px;
  border-radius: 8px;
}
