.ai-voice-form {
  max-width: 650px;
  padding: 20px;
  border-radius: 12px;
  background: #f8fafc;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

.ai-voice-form input,
.ai-voice-form textarea,
.ai-voice-form select {
  width: 100%;
  margin-bottom: 12px;
  padding: 12px;
}

.voice-card {
  background: white;
  padding: 16px;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
