.footer-brand {
  display: grid;
  gap: 10px;
}

.footer-logo {
  height: 42px;
  width: auto;
  object-fit: contain;
}

.qr-logo-card {
  display: grid;
  place-items: center;
  background: #ffffff;
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.qr-logo-card img {
  width: min(100%, 360px);
  height: auto;
}

@media (max-width: 860px) {
  .nav-actions .btn-secondary {
    display: none;
  }
}
