.exam-result {
  display: none;
  text-align: center;
}

.exam-result-score {
  font-weight: bold;
}

.exam-badge {
  margin: 12px auto 0;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--bg-color-secondary);
  color: var(--text-color-primary);
  font-weight: bold;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.08);
}

.exam-restart {
  margin-top: 14px;
}
