/* Footer utility links — secondary to main nav */
.footer-useful-links-list-item.is-legal:first-of-type,
.footer-useful-links-list-item.is-legal-start {
  margin-left: 36px;
  padding-left: 36px;
  border-left: 1px solid #3a3a3a;
}

.footer-link.footer-link-legal {
  color: #8a8a8a !important;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.02em;
  opacity: 0.9;
}

.footer-link.footer-link-legal:hover,
.footer-link.footer-link-legal:focus {
  color: #b8b8b8 !important;
  opacity: 1;
}

/* Keep logo left / hamburger right on mobile (Webflow grid node IDs are missing on some pages) */
.navbar-wrap > .brand {
  justify-self: start;
}

.navbar-wrap > .navbar-right-side {
  justify-self: end;
}

@media (max-width: 767px) {
  .footer-useful-links-list-item.is-legal-start {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    margin-top: 10px;
  }
}
