/* Table General Styles */
.table-5m1e {
  color: #000; /* Ensure text is black by default */
}

/* List Styles */
ul.disc {
  padding-left: 1.2rem;
  list-style-type: disc;
}

/* Default Bullet Color (for rows 2-4) */
ul.disc li::marker {
  color: #0c718f;
}

/* Text color for all list items should be black */
ul.disc li {
  color: #000;
  margin-bottom: 0.5rem;
}

/* First Row Specific: Bullets should also be black */
/* We can target the first tr in tbody */
.table-5m1e tbody tr:first-child ul.disc li::marker {
  color: #000;
}

/* Ensure th colors from theme are preserved (Bootstrap defaults or existing CSS) */
/* We don't override .blue-head or th colors unless needed */

.blue-light-bg {
  background-color: #eaf2f8; /* Maintain original background */
}
