/* Change font color for all rows in the table */
.entitylist .ms-DetailsRow-cell {
    color: black !important;
}

/* Ensure headers remain distinct */
.entitylist .ms-DetailsHeader-cell {
    font-weight: bold;
}

/* Optional: Remove hover color change */
.entitylist .ms-DetailsRow:hover .ms-DetailsRow-cell {
    color: black !important;
}
