.status-soon {
  background-color: #e6f4ff; /* Ljusblå */
  color: #004085;
  font-weight: bold;
}

.status-active { /* fallback för å/ä/ö hantering */
  background-color: #d4edda; /* Grön */
  color: #155724;
  font-weight: bold;
}

.status-done {
  background-color: #f8d7da; /* Röd */
  color: #721c24;
  font-weight: bold;
}


.ep-superadmin-banner{
  background:#2ecc71;
  color:#0a2c0a;
  padding:12px 16px;
  border-radius:6px;
  margin:0 0 16px 0;
  font-weight:600;
  font-size:14px;
}


.class-table .status-active {
    background-color: #e7f8e7; /* Ljusgrön */
}
.class-table .status-soon {
    background-color: #fffbe6; /* Ljusgul */
}
.class-table .status-done {
    background-color: #f2f2f2; /* Ljusgrå */
}
