.footer-contact {
  color: inherit;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-contact:hover {
  color: var(--ink, #111827);
}

.header-support {
  color: var(--muted, #657584);
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
  text-underline-offset: 3px;
}

.header-support:hover,
.header-support:focus-visible {
  color: var(--ink, #111827);
  text-decoration: underline;
}

@media (max-width: 700px) {
  .header-support {
    flex-basis: 100%;
    font-size: 11px;
  }
}
