/* Presence additions (13 Sep 2026). Second footer row: where Dux publishes. */
.footer-elsewhere { width: 100%; margin: 0; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; font-size: 12px; color: var(--muted); }
.footer-elsewhere a { color: inherit; }
.footer-elsewhere a:hover { color: var(--ink); }
@media (max-width: 700px) { .footer-elsewhere { justify-content: flex-start; gap: 14px; } }
