/* ============================================================
   Global MudDataGrid styles
   Aplica a todas las grillas del sistema.
   ============================================================ */

/* ── Header: fondo primary, texto blanco (tema claro) ─────── */
/*.mud-table-head .mud-table-cell {
    background-color: var(--mud-palette-primary) !important;
    color: var(--mud-palette-primary-text) !important;
}*/

/* ── Header: tema oscuro — texto negro para mayor contraste ── */
/*.mud-theme-dark .mud-table-head .mud-table-cell {
    background-color: var(--mud-palette-primary) !important;
    color: #ffffff !important;
}*/

/* ── Ícono de ordenamiento (flecha) — visible sobre fondo primary ── */
/*.mud-table-head .mud-table-cell .mud-table-sort-label,
.mud-table-head .mud-table-cell .mud-icon-root {
    color: inherit !important;
    opacity: 0.85;
}

.mud-table-head .mud-table-cell .mud-table-sort-label:hover,
.mud-table-head .mud-table-cell .mud-icon-root:hover {
    opacity: 1;
}*/

/* ── Filtro / columna resize — íconos visibles ── */
/*.mud-table-head .mud-table-cell .mud-icon-button {
    color: inherit !important;
}*/

/* ── Sticky header: mantiene el fondo al hacer scroll ── */
/*.mud-table-head .mud-table-cell.sticky {
    background-color: var(--mud-palette-primary) !important;
}*/
