.site-footer {
  padding: 20px clamp(20px, 4vw, 52px);
  border-top: 1px solid rgba(24, 32, 36, 0.14);
  background: #fffaf0;
  color: #687072;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5;
}

.site-footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.site-footer p {
  margin: 0;
}

.site-footer-links {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
}

.site-footer a,
.site-footer .footer-link {
  color: #176b78;
  text-decoration: underline;
  text-underline-offset: 3px;
  font: inherit;
}

.site-footer .footer-link {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.site-footer a:hover,
.site-footer .footer-link:hover {
  color: #0f4e58;
}
