.classes-table {
  width: 100%;
  border-collapse: collapse;
}

.classes-table th, .classes-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

.classes-table th {
  background: #182848;
  color: #fff;
}

.category-row td {
  background: #f4f7fb;
  color: #182848;
  font-weight: bold;
  text-align: center;
  font-size: 1.1rem;
}


.requirements .checklist {
  margin: .5rem 0 0;
  padding-left: 1.25rem;
  line-height: 1.7;
}
.requirements .checklist li {
  position: relative;
  margin: .25rem 0;
  list-style: none;
  padding-left: 1.25rem;
}
.requirements .checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
