.footer-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1rem;
  background: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, 0.18);
}

.footer-main-logo {
  display: block;
  width: 180px;
  max-width: 70vw;
  height: auto;
}

.footer-policy-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  margin: 0.25rem 0 0.75rem;
}

.footer-policy-links a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.footer-policy-links a:hover,
.footer-policy-links a:focus {
  color: #ffc107;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
