/* Status indicators - green for running, red for stopped */
[class*="running"] {
  color: #22c55e !important;
  font-weight: bold;
}

[class*="stopped"] {
  color: #ef4444 !important;
  font-weight: bold;
}
