#xiaozhi-chatbot {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 260px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  padding: 15px;
  font-family: Arial;
  z-index: 9999;
}

.xz-avatar {
  font-size: 48px;
  text-align: center;
}

.xz-text {
  margin: 10px 0;
  font-size: 14px;
}

#xz-mic {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 20px;
  background: #ff5ea8;
  color: #fff;
  font-size: 16px;
  cursor:pointer;
}
