.brand:has(.brand-logo) {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.brand-logo {
  display: block;
  width: 88px;
  height: 66px;
  object-fit: contain;
}

.footer-brand .brand-logo {
  width: 104px;
  height: 80px;
  padding: 3px;
  background: #fff;
  border-radius: 8px;
}

@media (max-width: 600px) {
  .brand-logo { width: 76px; height: 58px; }
  .footer-brand .brand-logo { width: 96px; height: 74px; }
}
