@import "tailwindcss";

/* Simple Create Form Styles */
.simple-input {
  @apply w-full px-4 py-3 border border-gray-300 rounded-lg text-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 transition-colors;
}

.simple-section {
  /* Base section styling is already handled by Tailwind classes in template */
}

.simple-upload {
  @apply border-2 border-dashed border-gray-300 hover:border-blue-400 transition-colors;
}

.gradient-bg {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
