/* Styles pour le bloc AI Block */
.ai-block-placeholder {
  border: 2px dashed #ddd;
  border-radius: 8px;
  padding: 40px 20px;
  text-align: center;
  background: #f9f9f9;
  margin: 20px 0;
}

.ai-block-placeholder p {
  margin: 0;
  color: #666;
  font-size: 14px;
}

.ai-block-placeholder p:first-child {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

/* Styles pour les contrôles IA */
.ai-block-controls .components-panel__body {
  border-top: 1px solid #e0e0e0;
}

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

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

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

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