.site-footer .cf-social-links { display: grid; gap: 0.75rem; width: 100%; max-width: 17rem; margin-top: 1.25rem; }
.site-footer .cf-social-links .cf-button {
  display: grid; grid-template-columns: 22px 1fr; align-items: center; gap: 0.75rem;
  width: 100%; height: 52px; min-height: 52px; padding: 0.65rem 0.85rem;
  margin: 0; box-sizing: border-box; text-align: left; font-size: 0.875rem; line-height: 1.25;
}
.site-footer .cf-social-links svg { display: block; width: 22px; height: 22px; fill: currentColor; }
