.admission-class-levels-wrap {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 8px;
}

.admission-class-levels-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e4e9f2;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 28px rgba(30, 41, 75, 0.08);
  font-size: 15px;
}

.admission-class-levels-table thead th {
  background: #1e294b;
  color: #fff;
  font-weight: 600;
  text-align: left;
  padding: 14px 18px;
}

.admission-class-levels-table tbody td {
  padding: 12px 18px;
  border-top: 1px solid #eef1f6;
  color: #333;
}

.admission-class-levels-table tbody tr:nth-child(even) td {
  background: #f9fafc;
}

.admission-class-levels-table tbody tr:hover td {
  background: #fff8eb;
}

.admission-class-levels-table td:last-child {
  text-align: right;
  font-weight: 600;
  color: #1e294b;
  white-space: nowrap;
}

.admission-class-levels-note {
  margin: 14px auto 0 !important;
  max-width: 640px;
  font-size: 0.92rem;
  color: #5c667a;
  text-align: center !important;
}
