/* v135: restore original mobile footer by not using v134 footer overrides.
   Only handles LINE floating icon placement. Desktop layouts are not changed. */

.hl3c-global-line-float,
.hl3c-line-float{
  position:fixed!important;
  right:22px!important;
  bottom:88px!important;
  z-index:5250!important;
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
  padding:0!important;
  border-radius:999px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-decoration:none!important;
  background:#06C755!important;
  border:1px solid rgba(255,255,255,.72)!important;
  box-shadow:0 16px 34px rgba(6,199,85,.28),0 10px 24px rgba(15,23,42,.16)!important;
  backdrop-filter:blur(12px)!important;
  transition:transform .18s ease, filter .18s ease, box-shadow .18s ease!important;
}
.hl3c-global-line-float:hover,
.hl3c-line-float:hover{
  transform:translateY(-2px)!important;
  filter:brightness(1.04)!important;
  box-shadow:0 18px 40px rgba(6,199,85,.34),0 12px 26px rgba(15,23,42,.18)!important;
}
.hl3c-global-line-float svg,
.hl3c-line-float svg{
  width:31px!important;
  height:31px!important;
  display:block!important;
  flex:0 0 auto!important;
}
.hl3c-global-line-icon,
.hl3c-global-line-text{
  display:none!important;
}

/* Desktop: keep back-to-top below LINE. */
.hl3c-backtop{
  bottom:28px!important;
}

@media(max-width:820px){
  .hl3c-global-line-float,
  .hl3c-line-float{
    right:14px!important;
    bottom:calc(86px + env(safe-area-inset-bottom, 0px))!important;
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    padding:0!important;
  }
  .hl3c-global-line-float svg,
  .hl3c-line-float svg{
    width:29px!important;
    height:29px!important;
  }

  /* Back-to-top stays above LINE to avoid overlap. */
  .hl3c-backtop{
    right:14px!important;
    bottom:calc(140px + env(safe-area-inset-bottom, 0px))!important;
    width:42px!important;
    height:42px!important;
    font-size:20px!important;
  }
}
