.site-footer .footer-social {
  margin-top: 1.75rem;
  min-width: 0;
}
.site-footer .footer-social h2 {
  margin: 0;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.5;
}
.site-footer .footer-social ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
}
.site-footer .footer-social li {
  margin: 0;
  padding: 0;
  min-width: 0;
}
.site-footer .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.5rem 0.875rem;
  border: 1px solid #7faaa0;
  border-radius: 0.375rem;
  background: transparent;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}
.site-footer .footer-social a:hover {
  border-color: #fff;
  background: #16463c;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.site-footer .footer-social a:focus-visible {
  outline: 3px solid #f0d49c;
  outline-offset: 3px;
}
