.quiz-question { display: none; }
.quiz-question.active { display: block; }

.quiz-option {
  border: 2px solid #e2e8f0;
  padding: 14px;
  margin: 10px 0;
  cursor: pointer;
  background: #fff;
  pointer-events: auto !important;
  position: relative;
  z-index: 9999;
}

.quiz-option.selected {
  border-color: #2d66ae;
  background: #eff6ff;
}

.quiz-nav {
  margin-top: 15px;
}

button {
  padding: 8px 14px;
}