.pearson-quiz {
  border: 2px solid #EBEBEB;
  padding: 60px;
}
.pearson-quiz .pearson-quiz-heading {
  padding: 0;
  margin: auto;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 40px;
}
.pearson-quiz .pearson-quiz-answers input {
  display: none;
}
.pearson-quiz .pearson-quiz-answers label {
  display: block;
  padding: 20px;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  border: 2px solid #E3E3E3;
  background: #F9F9F9;
  border-radius: 4px;
}
.pearson-quiz .pearson-quiz-answers label:not(:last-child) {
  margin-bottom: 20px;
}
.pearson-quiz .pearson-quiz-answers label:hover {
  background: #FFF8EC;
  border: 2px solid #FED08D;
  box-shadow: 3px 3px 0px #f9f7f7;
}

/*# sourceMappingURL=style.css.map */
