/* Quiz styles
------------------------------------------------------ */
h2.gform_title {
  font-size: 1.5em;
  color: var(--fourth-color);
}

h3.gsection_title {
  font-size: 1.25em;
  color: var(--secondary-color) !important;
}

.Passed {
    color: green;
}

.Failed {
    color: red;
}