/* === Table Foreground Override (v1.1.7) ===
   Erzwingt weiße Schrift in Tabellen, auch wenn Bootstrap/Plugins etwas anderes setzen. */
.table-glass, .table-glass td, .table-glass th{
  color: #fff !important;
}
/* Typo-Varianten harmonisieren */
.table-glass .text-muted{ color: rgba(255,255,255,.65) !important; }
.table-glass .text-secondary{ color: rgba(255,255,255,.78) !important; }
.table-glass .text-dark, .table-glass .link-dark{ color: #fff !important; }
/* Badges/Chips sicher in weiß */
.table-glass .badge{ color: #fff !important; }
/* Links klar sichtbar */
.table-glass a{ color:#fff !important; text-decoration: underline dotted; }
.table-glass a:hover{ text-decoration: underline; }
/* Optional: dünnere Trennlinien für mehr Kontrast */
.table-glass > :not(caption) > * > *{
  box-shadow: inset 0 -1px 0 rgba(255,255,255,.10);
}
