/* Public data tables stay readable before JavaScript and on both themes. */
#server-matches {
    background: var(--odp-surface) !important;
    color: var(--odp-text) !important;
}
.seo-data-table {
    --bs-table-bg: var(--odp-surface);
    --bs-table-color: var(--odp-text);
    --bs-table-striped-bg: var(--odp-surface-strong);
    --bs-table-striped-color: var(--odp-text);
    color: var(--odp-text) !important;
    min-width: 40rem;
}
.seo-data-table > :not(caption) > * > * {
    color: var(--odp-text) !important;
    border-color: var(--odp-border);
}
.seo-data-table caption {
    color: var(--odp-muted);
}
