/* Accepted OVARIANA footer: icon links inherit day/night/contrast colours. */
.site-footer .social-links{gap:12px}
.site-footer .social-links a{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border-radius:50%;text-decoration:none}
.site-footer .social-links svg{display:block;width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.site-footer .social-links a:hover{background:var(--surface-soft,transparent)}
.site-footer .social-links a:focus-visible{outline:2px solid currentColor;outline-offset:4px}
html[data-contrast=high] .site-footer .social-links a{color:var(--ink);background:var(--paper)}
