/* Compact the shared subpage footer on phones without sacrificing legibility. */
@media (max-width: 640px) {
  html body:not(.home) #site-footer.global-site-footer {
    padding: 28px 20px 22px !important;
  }

  html body:not(.home) #site-footer.global-site-footer .footer-top {
    gap: 18px !important;
    padding-bottom: 14px !important;
  }

  html body:not(.home) #site-footer.global-site-footer .footer-brand,
  html body:not(.home) #site-footer.global-site-footer .footer-brand img {
    width: 112px !important;
    max-width: 112px !important;
  }

  html body:not(.home) #site-footer.global-site-footer .footer-brand {
    flex-basis: 112px !important;
  }

  html body:not(.home) #site-footer.global-site-footer .footer-back-top {
    font-size: 9px !important;
    letter-spacing: .12em !important;
  }

  html body:not(.home) #site-footer.global-site-footer .footer-summary {
    padding: 14px 0 !important;
  }

  html body:not(.home) #site-footer.global-site-footer .footer-summary p {
    gap: 3px !important;
    font-size: 11px !important;
    line-height: 1.45 !important;
  }

  html body:not(.home) #site-footer.global-site-footer .footer-summary p strong {
    margin-bottom: 2px !important;
    font-size: 14px !important;
  }

  html body:not(.home) #site-footer.global-site-footer .footer-summary > a {
    margin-top: 12px !important;
  }

  html body:not(.home) #site-footer.global-site-footer .footer-summary > a small {
    margin-bottom: 2px !important;
    font-size: 9px !important;
  }

  html body:not(.home) #site-footer.global-site-footer .footer-summary > a strong {
    font-size: 20px !important;
  }

  html body:not(.home) #site-footer.global-site-footer .footer-information {
    gap: 3px !important;
    padding-top: 14px !important;
  }

  html body:not(.home) #site-footer.global-site-footer .footer-information p {
    font-size: 10px !important;
    line-height: 1.55 !important;
  }

  html body:not(.home) #site-footer.global-site-footer .footer-notice {
    margin-top: 14px !important;
    font-size: 9px !important;
    line-height: 1.55 !important;
  }

  html body:not(.home) #site-footer.global-site-footer .footer-copyright {
    margin-top: 12px !important;
    font-size: 9px !important;
  }
}
