/* Fix table text visibility */
.table td, .table th, table td, table th {
  color: #f0fdf4 !important;
  opacity: 1 !important;
}

/* Fix table names */
table td:first-child {
  color: #f0fdf4 !important;
  font-weight: 500;
}

/* Fix row counts */
table td:nth-child(2) {
  color: #a7c4b5 !important;
}

/* Ensure all text is visible */
body, p, span, div, td, th, label, h1, h2, h3, h4, h5, h6 {
  opacity: 1 !important;
}
