/* Local fallback for DataTables CSS
   This file exists to prevent 404s when the remote DataTables CDN is unavailable.
   Long-term: replace this file with a proper production-built DataTables CSS (via npm/mix or vendor copy).
*/

/* Minimal safe defaults for DataTables table presentation */
.table.dataTable {
  width: 100%;
  border-collapse: collapse;
}

.dataTables_wrapper .dataTables_filter { margin-bottom: 1rem; }
.dataTables_wrapper table.dataTable thead th { background: rgba(0,0,0,0.03); }

/* Add more specific rules here if you want/need the full DataTables look */
