/* Card Title und Text Fix - Version 4 */
/* Exclude KPI cards which have their own color scheme */
.card:not(.kpi-card) * {
  color: #e7ecf2 !important;
}
.card [class*="Description"],
.card .text-sm:not(.text-green):not(.text-red):not(.text-blue) {
  color: #94a3b8 !important;
}
.card .text-green-500, .card .text-green-600 {
  color: #22c55e !important;
}
.card .text-red-500, .card .text-red-600 {
  color: #ef4444 !important;
}
.card .text-blue-500, .card .text-blue-600 {
  color: #3b82f6 !important;
}
