/* Hide the popular badge completely */
.from-amber-500\/20,
.border-amber-400\/30,
[class*="from-amber-500"],
[class*="border-amber-400"] {
  display: none !important;
}

/* Also hide by text color class combination */
.text-amber-300.text-xs.font-medium {
  display: none !important;
}
