/* Shared sticky-CTA invariant: the real site footer always stays visible and usable. */
.mobile-sticky-cta.is-footer-near,
.mobile-check.is-footer-near{
  position:static !important;
  inset:auto !important;
  z-index:auto !important;
  width:100% !important;
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
  transform:none !important;
}

footer.has-sticky-after-footer,
.site-footer.has-sticky-after-footer{
  padding-bottom:44px !important;
}
