/* Floating Mic */
.stm8-floating-mic {
  position: fixed;
  bottom: 32px;
  right: 28px;
  z-index: 99999;
}

.stm8-floating-mic-btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #8540ed;
  color: #fff;
  font-size: 32px;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(0,0,0,0.18);
  transition: 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stm8-floating-mic-btn:hover {
  transform: scale(1.07);
}

.stm8-floating-mic-btn.stm8-hangup {
  background: #ff5a5a;
}
