.brand-logo {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  object-fit: cover;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.22);
}

.legal-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.legal-logo {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  object-fit: cover;
}
