.service-contact-plugin-frame {
  position: fixed;
  inset: 0;
  z-index: 2147482999;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}

.service-contact-plugin-open {
  overflow: hidden !important;
}

.service-contact-plugin-launcher {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 2147482000;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgb(15 118 110 / 55%);
  border-radius: 999px;
  color: #fff;
  background: #0f766e;
  box-shadow: 0 10px 28px rgb(0 0 0 / 25%);
  font: 600 14px/1 Inter, "PingFang SC", "Microsoft YaHei", sans-serif;
  cursor: pointer;
}

.service-contact-plugin-launcher:hover,
.service-contact-plugin-launcher:focus-visible {
  background: #0b5d57;
  outline: 2px solid rgb(20 184 166 / 55%);
  outline-offset: 2px;
}
