/* v327G — Home mobile footer logo scale-up.
   Scope: Home page footer only, mobile breakpoints only. Desktop remains unchanged. */

@media (max-width: 820px) {
  .home-page .footer .footer-logo,
  .home-page .footer-logo {
    display: inline-flex !important;
    align-items: center !important;
  }

  .home-page .footer .footer-logo img,
  .home-page .footer-logo img {
    height: 54px !important;
    max-height: 54px !important;
    max-width: min(240px, 66vw) !important;
    width: auto !important;
  }
}

@media (max-width: 480px) {
  .home-page .footer .footer-logo img,
  .home-page .footer-logo img {
    height: 48px !important;
    max-height: 48px !important;
    max-width: min(212px, 64vw) !important;
  }
}
