.lisa-voice-button:disabled {
  cursor: wait;
  opacity: .72;
}

.lisa-voice-open {
  display: inline-flex;
  margin-top: 8px;
  color: #6f32c5;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
}

.lisa-speech-button {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  padding: 5px 9px;
  border: 1px solid rgba(111, 50, 197, .25);
  border-radius: 999px;
  background: #fff;
  color: #6f32c5;
  font: 800 11px Manrope, sans-serif;
}

.lisa-speech-button.playing {
  border-color: rgba(239, 68, 68, .28);
  background: #fff5f5;
  color: #b42318;
}

.lisa-speech-button:disabled {
  cursor: wait;
  opacity: .68;
}
