/**
 * Quiz plugin styles.
 *
 * The visual treatment comes from the migrated legacy theme stylesheet.
 * This file only contains small WordPress-plugin integration fixes.
 *
 * @package YourLungsAtWork_Quiz
 */

.yourlungsatwork-quiz .quiz-loading {
  margin: 0;
}

.yourlungsatwork-quiz [hidden] {
  display: none !important;
}

.quiz .block-content {
  float: none !important;
  width: 100% !important;
}

.quiz .yourlungsatwork-quiz {
  clear: both;
}

.yourlungsatwork-quiz .question__back {
  left: 75px;
  right: auto;
}

.yourlungsatwork-quiz .question__back[aria-hidden="true"] {
  pointer-events: none;
  visibility: hidden;
}

.yourlungsatwork-quiz .results__recommendations .highlight a {
  color: inherit;
  text-decoration: underline;
}

.yourlungsatwork-quiz .results__share {
  cursor: pointer;
}

@media (max-width: 767px) {
  .yourlungsatwork-quiz .question__back {
    left: auto;
    right: auto;
  }

}
