/* v136: Balance LINE floating icon size and visual weight.
   Only adjusts floating LINE button and its spacing with back-to-top. */

.hl3c-global-line-float,
.hl3c-line-float{
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  padding:0!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.94)!important;
  border:1px solid rgba(6,199,85,.42)!important;
  box-shadow:0 12px 28px rgba(15,23,42,.16),0 8px 20px rgba(6,199,85,.14)!important;
}

.hl3c-global-line-float:hover,
.hl3c-line-float:hover{
  transform:translateY(-2px)!important;
  filter:none!important;
  background:#fff!important;
  box-shadow:0 16px 34px rgba(15,23,42,.18),0 10px 24px rgba(6,199,85,.18)!important;
}

.hl3c-global-line-float svg,
.hl3c-line-float svg{
  width:31px!important;
  height:31px!important;
  display:block!important;
  border-radius:12px!important;
}

/* Keep the back-to-top and LINE buttons visually aligned. */
.hl3c-backtop{
  right:22px!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:42px!important;
    height:42px!important;
    min-width:42px!important;
    background:rgba(255,255,255,.94)!important;
    border:1px solid rgba(6,199,85,.42)!important;
    box-shadow:0 10px 24px rgba(15,23,42,.14),0 7px 18px rgba(6,199,85,.13)!important;
  }

  .hl3c-global-line-float svg,
  .hl3c-line-float svg{
    width:28px!important;
    height:28px!important;
  }

  .hl3c-backtop{
    right:14px!important;
    bottom:calc(138px + env(safe-area-inset-bottom, 0px))!important;
    width:42px!important;
    height:42px!important;
  }
}
