/* Enrollment Status Styles */
.tutor-enrollment-status-paused {
    background-color: #fff3cd;
    color: #856404;
}

.tutor-enrollment-status-closed {
    background-color: #f8d7da;
    color: #721c24;
}