/* Admin table dark mode overrides */
html.dark .admin-table,
html.dark .admin-table th,
html.dark .admin-table td {
    background-color: #1f2937 !important;
    color: #e5e7eb !important;
}

html.dark .admin-table tr {
    background-color: #1f2937 !important;
}

html.dark .admin-table tbody tr:hover {
    background-color: #374151 !important;
}

html.dark .admin-table thead th {
    background-color: #374151 !important;
}