/* status colors, slightly changed from Module:InfoboxNeue/styles.css */
.status-cell.status-green {
background-color: #00af89 /*var(--color-success)*/;
}
.status-cell.status-orange {
background-color: #e2931d /*!important*/;
}
.status-cell.status-red {
background-color: #dd3333 /*var(--color-destructive)*/;
}
.status-cell.status-grey {
background-color: #90a4ae/*var(--color-syntax-grey)*/;
}
/* set text color to white to improve readability */
.status-cell.status-green,
.status-cell.status-orange,
.status-cell.status-red,
.status-cell.status-grey {
color: white;
}