.site-footer-social{display:flex;flex-direction:column;gap:.55rem}.site-footer-socialLabel{font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:rgba(231,224,255,.55)}.site-footer-socialIcons{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:6px}.site-footer-socialLink{display:grid;place-items:center;width:48px;height:48px;border-radius:.85rem;color:rgba(231,224,255,.72);transition:color .15s ease,background-color .15s ease,box-shadow .15s ease}.site-footer-socialLink svg{width:22px;height:22px}.site-footer-socialLink:hover{color:hsl(var(--foreground));background-color:rgba(231,224,255,.06)}.site-footer-socialLink:focus-visible{outline:none;color:hsl(var(--foreground));background-color:hsl(var(--primary)/.14);box-shadow:0 0 0 2px hsl(var(--ring)/.55)}@media (max-width:767px){.site-footer-social{align-items:center}.site-footer-socialIcons{justify-content:center}}@media (min-width:768px){.site-footer-social{align-items:flex-end;text-align:right}.site-footer-socialIcons{justify-content:flex-end}}@media (min-width:1024px){.site-footer-socialIcons{flex-wrap:nowrap}}