.question-result {
  color: var(--fontColor);
  height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}
.question-result .result {
  font-size: 24px;
  font-weight: bold;
  margin: 5px 0;
}

.question-result .desc {
  margin: 10px 0;
  text-align: justify;
}

.quiz-page .content .question-list .item-wrap {
  margin-bottom: 15px;
}

.right .content-item-list {
  position: sticky;
  top: 10px;
}

.trivia-quiz-page .content .submit {
  text-align: center;
}
.quiz-page .content .submit a {
  padding: 0;
}
.trivia-quiz-page .content .submit .common-btn2 {
  font-weight: bold;
  font-size: 36px;
  width: 90%;
  margin: 0 auto;
}
.trivia-quiz-page .content > .desc {
  text-align: justify;
  color: #293c77;
}

@media screen and (max-width: 640px) {
  .trivia-quiz-page .content .submit .common-btn2 {
    font-size: 20px;
  }
}
