/* Keep the existing contact menu clear of the mobile headline. */
@media (max-width:767px) {
  body.qyj-premium-page { padding-bottom:76px; }
  body.qyj-premium-page .floating-menu {
    top:auto!important;
    bottom:calc(12px + env(safe-area-inset-bottom))!important;
    right:12px!important;
    transform:none!important;
  }
  body.qyj-premium-page .floating-menu .fm-bar {
    display:flex!important;
    flex-direction:row!important;
    gap:6px;
    margin:0!important;
    padding:0!important;
  }
  body.qyj-premium-page .floating-menu .fm-item {
    width:48px!important;
    margin:0!important;
  }
  body.qyj-premium-page .floating-menu .fm-link {
    width:48px!important;
    height:48px!important;
    transform:none!important;
  }
  body.qyj-premium-page .floating-menu .fm-label {
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    padding:0!important;
    overflow:hidden!important;
    clip-path:inset(50%)!important;
    white-space:nowrap!important;
  }
}
