/* Column title (header) row for form/typeDefinition spreadsheet fields.
   Scoped by the `ml-form-spreadsheet` container class so manager dashboard
   grids are unaffected. `:not(.jss_selectall)` skips the top-left corner
   (select-all) cell; row-number headers live in <tbody>, not <thead>. */
.ml-form-spreadsheet .jss > thead > tr > th:not(.jss_selectall) {
    text-align: center;
    font-weight: bold;
}
