/* The X chip beside the Telegram one — 2026-09-14.
   The two sit in one wrapping row. The Telegram mark keeps its blue; X's
   own mark is black on light and white on dark, so it follows the text
   colour, which is exactly the brand behaviour. */
.footer-socials { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.footer-socials .footer-social { margin-top: 0; }
.footer-social-x svg { color: var(--fg); }
.footer-social-x:hover,
.footer-social-x:focus-visible { border-color: var(--fg); background: color-mix(in srgb, var(--fg) 6%, var(--card)); }
