/* SoftBusiness WeChat consult component: shared, isolated UI. */
.sb-wechat-consult {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 1040;
  width: 174px;
  color: #1f2933;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans CJK SC", "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}
.sb-wechat-consult input { position: absolute; opacity: 0; pointer-events: none; }
.sb-wechat-panel {
  box-sizing: border-box;
  padding: 12px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(31, 41, 51, .14);
  border-radius: 10px;
  box-shadow: 0 5px 22px rgba(31, 41, 51, .18);
}
.sb-wechat-title { display: block; margin: 0 0 3px; color: #17212b; font-size: 15px; font-weight: 700; line-height: 1.35; }
.sb-wechat-hint { display: block; margin: 0 0 8px; color: #4b5563; font-size: 12px; line-height: 1.4; }
.sb-wechat-qr { display: block; width: 132px; height: 132px; margin: 0 auto; object-fit: contain; }
.sb-wechat-toggle { display: none; box-sizing: border-box; min-height: 42px; align-items: center; justify-content: center; padding: 10px 14px; color: #fff; background: #1677c8; border-radius: 22px; box-shadow: 0 4px 14px rgba(22, 119, 200, .28); cursor: pointer; font-size: 14px; font-weight: 700; line-height: 1.2; }
.sb-wechat-close { display: none; }
@media (max-width: 767px) {
  .sb-wechat-consult { left: 12px; bottom: 12px; width: auto; }
  .sb-wechat-toggle { display: flex; }
  .sb-wechat-panel { display: none; width: 184px; margin-bottom: 8px; padding: 11px; }
  .sb-wechat-consult input:checked ~ .sb-wechat-panel { display: block; }
  .sb-wechat-qr { width: 150px; height: 150px; }
  .sb-wechat-close { display: block; margin-top: 7px; color: #52606d; font-size: 12px; text-decoration: underline; cursor: pointer; }
}
