.brand-logo {
  width: 48px;
  height: 52px;
  object-fit: contain;
  border-right: 1px solid #c9d0d8;
  padding-right: 10px;
}

.consent {
  display: block;
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #66717d;
}

.consent a {
  color: var(--navy);
  text-decoration: underline;
}

.footer-brand {
  flex-direction: row;
  align-items: center;
  gap: 14px;
}

.footer-brand > img {
  width: 55px;
  height: 58px;
  object-fit: contain;
  padding: 4px;
  background: #fff;
}

.footer-brand > span {
  display: flex;
  flex-direction: column;
}

.footer-brand small {
  margin-top: 6px;
  font-size: 9px;
  letter-spacing: .35em;
}

.legal-links {
  display: flex;
  gap: 14px;
  font-size: 11px;
  color: #b3bfcc;
}

.legal-links a:hover { text-decoration: underline; }

@media (max-width: 540px) {
  .brand-logo { width: 41px; height: 46px; }
  .legal-links { flex-direction: column; gap: 5px; }
}
