.tts-button {
  min-height: 44px;
  margin-top: 8px;
  padding: 8px 12px;
  color: var(--brand-dark);
  font-weight: 800;
  background: #f8fbfa;
  border: 1px solid var(--soft-line);
  border-radius: 8px;
  cursor: pointer;
}

.tts-button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.tts-status {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 30;
  max-width: min(320px, calc(100vw - 28px));
  padding: 10px 12px;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 800;
  background: #fffdf8;
  border: 1px solid #ead7ac;
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(21, 50, 43, 0.16);
}

.tts-status:empty {
  display: none;
}
