/* Preserve the original footer grid; continue support links in the spare right column. */
body .footer .foot-support{grid-column:span 2;min-width:0}
body .footer .foot-support ul{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,.8fr);grid-template-rows:repeat(6,auto);grid-auto-flow:column;column-gap:30px}
@media(max-width:980px){body .footer .foot-support{grid-column:auto}body .footer .foot-support ul{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:20px}}
