/* -----------------------------------------------------------
   BIG MATCH® TABLE BASE STYLES (FINAL FIX)
----------------------------------------------------------- */

/* Standardzellen */
.dash-table-container .dash-spreadsheet-container td {
    background-color: #1a1a1a !important;
    border-bottom: 1px solid #333 !important;
    color: inherit !important; /* wichtig */
}

/* Header */
.dash-table-container .dash-spreadsheet-container th {
    background-color: #111 !important;
    color: #00ff66 !important;
    font-weight: bold !important;
    border-bottom: 1px solid #444 !important;
}

/* Positive Werte */
.dash-cell--positive {
    color: #00ff66 !important;
    font-weight: bold !important;
}

/* Negative Werte */
.dash-cell--negative {
    color: #ff4444 !important;
    font-weight: bold !important;
}

/* Hover */
.dash-table-container .dash-spreadsheet-container td:hover {
    background-color: #222 !important;
}
