.studentDetailClickable {
  cursor: pointer;
}

.studentDetailClickable td:first-child {
  font-weight: 700;
  color: #1d4ed8;
}

.studentDetailClickable:hover td {
  background: #eff6ff !important;
}

.studentDetailClickable td:first-child::after {
  content: " 查看详情";
  margin-left: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #2563eb;
  opacity: 0;
  transition: opacity 0.16s ease;
}

.studentDetailClickable:hover td:first-child::after {
  opacity: 1;
}

.ant-card:has(.capabilityMatrixPanel) > .ant-card-body {
  min-height: 0;
  overflow: hidden;
}

.capabilityMatrixPanel {
  height: 438px;
  max-height: 438px;
  min-height: 0 !important;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px;
  scrollbar-gutter: stable;
  overscroll-behavior: contain;
}

.capabilityMatrixPanel::-webkit-scrollbar {
  width: 8px;
}

.capabilityMatrixPanel::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 999px;
}

.capabilityMatrixPanel::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 999px;
}

.capabilityMatrixPanel::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

@media (max-width: 1199px) {
  .capabilityMatrixPanel {
    height: 438px;
    max-height: 438px;
  }
}

.ant-card:has(.studentRow) > .ant-card-body {
  max-height: 700px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 18px;
  scrollbar-gutter: stable;
  overscroll-behavior: contain;
}

.ant-card:has(.studentRow) > .ant-card-body::-webkit-scrollbar {
  width: 8px;
}

.ant-card:has(.studentRow) > .ant-card-body::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 999px;
}

.ant-card:has(.studentRow) > .ant-card-body::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 999px;
}

.ant-card:has(.studentRow) > .ant-card-body::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

.studentRow strong {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

.studentRow span {
  flex: 0 0 auto;
  margin-left: auto;
  text-align: right;
}

@media (max-width: 1199px) {
  .ant-card:has(.studentRow) > .ant-card-body {
    max-height: 620px;
  }
}

.ant-row:has(.studentRow) > .ant-col:nth-child(3) > .ant-card:last-child > .ant-card-body {
  min-height: 285px;
}
