.footer .brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 0;
  color: var(--ink);
  line-height: 1;
}

.footer .brand img {
  display: block;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

.footer .brand span {
  display: block;
  line-height: 1;
}
