/* Keep the supplied reception launcher above its mobile panel and below the opening visually. */
body > button:is([aria-label="聊一下"],[aria-label="Any Question"]) {
  z-index: 2147483001 !important;
  bottom: max(20px, env(safe-area-inset-bottom)) !important;
}
.gic-opening body > button:is([aria-label="聊一下"],[aria-label="Any Question"]),
.gic-opening #reception-embed-frame { visibility: hidden !important; }
@media (max-width: 480px) {
  #reception-embed-frame {
    inset: max(12px, env(safe-area-inset-top)) 12px calc(80px + env(safe-area-inset-bottom)) !important;
    border-radius: 16px;
  }
}
