/* v10.4: center the visible public footer logo, not only its full-width link. */
body .site-footer .footer-brand { display:flex; justify-content:center; width:100%; min-width:0; gap:0; }
body .site-footer .footer-brand .brand-logo-stack { flex:0 1 252px; width:252px; max-width:100%; margin-inline:auto; }
