/* v2.10.46 — reserve a mobile footer safe zone for fixed appearance and back-to-top controls */
@media (max-width:760px){
  footer.ft .ft-bottom{
    padding-bottom:calc(72px + env(safe-area-inset-bottom))!important;
  }
  footer.ft .ft-bottom .lk{
    position:relative!important;
    z-index:2!important;
  }
}
@media (max-width:360px){
  footer.ft .ft-bottom{
    padding-bottom:calc(76px + env(safe-area-inset-bottom))!important;
  }
}
