.quiz-hero {
  background: linear-gradient(135deg, #f5f3ff, #eef2ff);
  border-radius: 20px;
  padding: 2rem 2.5rem;
}

.quiz-hero__body .section-title {
  font-size: 2rem;
}

.quiz-info {
  background: #0b1c39;
  color: #fff;
}

.quiz-info .card-body {
  color: #fff;
}

.quiz-highlights li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.quiz-highlights i {
  margin-right: 0.5rem;
}

.quiz-prize-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.quiz-prize-list li {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  font-weight: 600;
}

.quiz-prize-list li:last-child {
  border-bottom: 0;
}
