.page-result .hero-result {
  text-align: center;
}

.result-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.page-report .report-layout header h1 {
  margin-bottom: 12px;
}

#report-point-table > div,
#report-badge-table > div,
#badge-summary > div,
#point-summary > div,
#score-summary > div,
#stage-summary > div {
  padding: 8px 0;
  border-bottom: 1px dashed #e5e7eb;
}

#report-point-table > div:last-child,
#report-badge-table > div:last-child,
#badge-summary > div:last-child,
#point-summary > div:last-child,
#score-summary > div:last-child,
#stage-summary > div:last-child {
  border-bottom: none;
}

#point-content p {
  line-height: 1.8;
}

#ideological-element,
#ideological-goal,
#point-status,
#student-info,
#progress-info {
  line-height: 1.8;
}

#helper-tips ul {
  line-height: 1.8;
}

.qa-item .btn {
  margin-top: 10px;
}

.page-index .hero-card {
  width: min(760px, 100%);
}