/* Styles pour les contrôles IA de génération de texte */
.ai-text-controls .components-panel__body {
  border-top: 1px solid #e0e0e0;
}

.ai-text-controls .components-textarea-control__input {
  font-size: 14px;
  line-height: 1.4;
}

.ai-text-controls .components-button.is-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  font-weight: 500;
}

.ai-text-controls .components-button.is-primary:hover {
  background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
}

.ai-text-controls .components-spinner {
  margin-right: 8px;
} 