/* Footer tweaks (WP, persistent) */
.site-footer .container{display:grid;justify-items:center;gap:10px;text-align:center}
.site-footer .footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 16px}
.site-footer .footer-links .menu{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 16px;list-style:none;margin:0;padding:0}
.site-footer .footer-links a{display:inline-block;padding:6px 8px}
@media (max-width:960px){
  .site-footer .footer-links,.site-footer .footer-links .menu{flex-direction:column;align-items:stretch;gap:0;width:100vw;margin-inline:calc(50% - 50vw)}
  .site-footer .footer-links li{list-style:none}
  .site-footer .footer-links a{display:block;width:100%;padding:14px 20px;border-radius:0;border:0;transition:background-color .15s ease,color .15s ease}
  /* Alternating backgrounds (match index.html palette) */
  .site-footer .footer-links li:nth-child(odd)>a,.site-footer .footer-links>a:nth-child(odd){background:#eef5ff;color:#2e78cf}
  .site-footer .footer-links li:nth-child(even)>a,.site-footer .footer-links>a:nth-child(even){background:#f8fafc;color:#121212}
  .site-footer .footer-links li:nth-child(odd)>a:hover{background:#f4f8ff}
  .site-footer .footer-links li:nth-child(even)>a:hover{background:#fbfdfe}
}

