.student-moderation-error {
  margin: 0 0 14px;
  border-color: #e4b4b4;
  background: #fff7f7;
  color: #812d2d;
}

.student-moderation-action {
  white-space: nowrap;
}

.student-banned-badge {
  font-weight: 700;
}

.student-moderation-panel .section-heading {
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.student-moderation-panel .table-wrap {
  overflow-x: auto;
}

.student-course-badge {
  display: inline-flex;
  margin: 2px;
}

.student-global-ban-note {
  display: inline-block;
  max-width: 180px;
  color: var(--muted, #687385);
  font-size: 11px;
  line-height: 1.35;
}

.student-moderation-loading {
  min-height: 180px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  color: var(--muted, #687385);
}

.student-moderation-loading .loader {
  width: 22px;
  height: 22px;
}

.student-moderation-policy {
  margin-top: 14px;
}

@media (max-width: 760px) {
  .student-moderation-panel .table-wrap {
    margin-inline: -12px;
  }

  .student-moderation-panel table {
    min-width: 760px;
  }
}