
.mg-tts-button {
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 999px;
  box-shadow: none;
  margin-bottom: 0px;
  padding: 10px 25px;
  display: flex !important;
  color: black !important;
  text-transform: none !important;
  align-items: center;
  line-height: 1 !important;
}
.mg-tts-button:hover {
  background: #fff !important;
  color: black !important;
  opacity: 0.8 !important;
}

.mg-tts-button svg {
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px !important;
}

.mg-tts-button span {
  margin-top: auto;
  margin-bottom: auto;
}

.mg-text-to-speech audio {
  display: none;
}

.mg-text-to-speech.active .mg-tts-button {
  display: none !important;
}
