.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: inherit;
  text-decoration: none;
}

.brand img {
  width: 1.75rem;
  height: 1.75rem;
  border: 0;
  border-radius: 0.3rem;
  background: transparent;
}

.brand span {
  font-weight: bold;
}
