.footer-brand-note { margin: 0; }

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-style: normal;
}

.footer-contact strong,
.footer-contact a {
  color: #adb7b2;
  font-size: 11px;
}

.footer-contact strong { color: #fff; }

.footer-contact a:hover,
.footer-contact a:focus-visible,
footer > span a:hover,
footer > span a:focus-visible { color: var(--lime); }

@media (max-width: 760px) {
  footer { align-items: start; gap: 20px; }
  .footer-contact a { min-height: 24px; display: inline-flex; align-items: center; }
}
