/*
 * Admin-specific styles for Notria AI Suite
 */

#ai-generator-form select {
  max-width: 100%;
  box-sizing: border-box;
  /* Ensure consistent sizing */
  width: 100%;
}

/* If the widefat class is causing issues, override it */
.widefat.ai-select-fix {
  max-width: 100%;
  box-sizing: border-box;
  width: 100%;
}
