.footer-links {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 1.25rem;
  padding-top: 0.9rem;
  border-top: 1px solid #f4f1e814;
}

footer > p:nth-of-type(2) {
  text-align: right;
}

.footer-links a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--bone);
}

@media (prefers-reduced-motion: reduce) {
  .footer-links a {
    transition: none;
  }
}

@media (max-width: 760px) {
  footer > p:nth-of-type(2) {
    text-align: center;
  }
}
