/* Utility class for PromptMap purple-blue gradient text */
.pm-gradient {
  background-image: linear-gradient(to right, #7c3aed, #2563eb) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}
