/* Fix for sector config buttons text visibility */
#trainingConfigBody button {
    color: #333 !important;
}

/* Ensure all buttons in training config have visible text */
.trainings-matrix-table button,
#trainingConfigBody button,
#bulkTrainingDialog button {
    color: #333 !important;
}

/* Generic fix for all white/light background buttons */
button[style*="background: white"],
button[style*="background:white"] {
    color: #333 !important;
}
