#jw-voice-fab {
  position: fixed;
  right: 12px;
  bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  z-index: 99990;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  pointer-events: none;
}
#jw-voice-fab button {
  pointer-events: auto;
  border: none;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  font-size: 12px;
  line-height: 1.2;
  cursor: pointer;
}
#jw-voice-fab .jw-voice-main {
  padding: 10px 14px;
  background: linear-gradient(135deg, #ff6b00, #ff8533);
  color: #fff;
  font-weight: 600;
  min-width: 88px;
}
#jw-voice-fab .jw-voice-main.off {
  background: #8c8c8c;
}
#jw-voice-fab .jw-voice-stop {
  padding: 6px 12px;
  background: #fff;
  color: #333;
  display: none;
}
#jw-voice-fab.playing .jw-voice-stop {
  display: block;
}
