/*
 * HD Quiz Plugin Styles
 * Loaded conditionally on pages with [HDquiz] shortcode
 */

div.hdq_quiz {
  max-width: initial;
}

div.hdq_quiz_wrapper {
  padding-bottom: 0;
}

.hdq_question_number {
  display: none;
}

h3.hdq_question_heading {
  font-size: 24px;
}

div.hdq_wrong {
  border: none;
  border-bottom: 4px solid red;
}

div.hdq_finish .hdq_finsh_button {
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  background: rgb(237, 177, 60);
  color: #000;
}

div.hdq_correct_not_selected,
div.hdq_wrong,
div.hdq_correct {
  border-width: 2px;
}

@media screen and (min-width: 100px) {
  label.hdq_label_answer {
    font-size: inherit;
  }
}

h2.hdq_results_title {
  display: inline-block;
}

div.hdq_result {
  display: inline-block;
  line-height: initial;
  font-family: Arial, sans-serif;
}
