.footer-links-preview { flex-wrap: wrap; align-items: center; }
.footer-social-link {
  display: inline-grid;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 242, 224, .28);
  border-radius: 50%;
  color: #fff2e0;
  place-items: center;
}
.footer-social-link svg { width: 18px; height: 18px; fill: currentColor; }
.footer-social-link:hover { border-color: #ffc21c; color: #ffc21c; }
.footer-social-link:focus-visible { outline: 3px solid #ffc21c; outline-offset: 3px; }
