/*
 * Keep the archived Webflow footer stable while its lazy-loaded icons decode.
 * Without reserved dimensions, reaching the bottom before the icons load makes
 * the document grow underneath the scroll position and hides the final row.
 */
.footer-social-link-three-2 {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  min-height: 24px;
}

.footer-social-link-three-2 > img {
  display: block;
  max-width: 24px;
  max-height: 24px;
}

.footer {
  padding-bottom: calc(48px + env(safe-area-inset-bottom, 0px));
}
