/* Shared page/footer responsive grid behaviour not owned by a feature stylesheet. */
@media(max-width:980px){.gtg-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gtg-footer__brand{grid-column:1/-1}}
@media(max-width:700px){.gtg-shell{width:min(var(--gtg-shell),calc(100% - 1.5rem))}.gtg-footer__grid{grid-template-columns:1fr}}
