/* Compact mobile footer, with room for the animated hint and fixed navigation. */
@media(max-width:767px) {
  html[data-store-theme="studio"] .pg-world { height:88px; }
  html[data-store-theme="studio"] .pg-track { height:44px; bottom:2px; }
  html[data-store-theme="studio"] .pg-person { height:44px; padding:4px; }
  html[data-store-theme="studio"] .pg-person > svg { width:24px; height:28px; }
  html[data-store-theme="studio"] .pg-hills { height:34px; }
  html[data-store-theme="studio"] .pg-bubble { bottom:calc(100% + 2px); padding:7px 10px; min-height:32px; }
  html[data-store-theme="studio"][data-app="home"] footer.pg-footer-before { padding-bottom:6px; }
  html[data-store-theme="studio"] .footer-links { padding-block:12px 0; row-gap:8px; column-gap:16px; }
  html[data-store-theme="studio"] .site-footer .footer-links a { margin-left:0; min-height:32px; align-items:center; }
  html[data-store-theme="studio"] [data-testid="store-footer"] > div:last-child > div { padding-top:20px; padding-bottom:12px; }
  html[data-store-theme="studio"] [data-testid="store-footer"] .mb-8 { margin-bottom:12px; }
}
