/* WebCraft AI Frontend Styles */
.webcraft-ai-shortcode {
  width: 100%;
  min-height: 400px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.webcraft-ai-embed {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 2rem;
  color: white;
  text-align: center;
}

.webcraft-ai-embed h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.webcraft-ai-embed p {
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

.webcraft-ai-embed button {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s;
}

.webcraft-ai-embed button:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
}
