/* Grok chat / voice extras — keep the main design system untouched. */

.chat-disclaimer {
  padding: 8px 20px;
  font-size: 11.5px;
  line-height: 1.4;
  color: var(--muted);
  background: var(--bone);
  border-bottom: 1px solid var(--line);
}

.voice-demo-badge {
  display: inline-flex;
  margin-bottom: 14px;
  background: #FEF3C7;
  color: #92400E;
}

.voice-transcript {
  max-height: 140px;
  overflow-y: auto;
}

.voice-transcript p + p {
  margin-top: 8px;
}
