
/* Hotfix 1.8.10 — add breathing room between actions row and results box */
.wp-quiz.sq-theme .wpq-actions{ margin-bottom: 16px; }
@media (min-width: 641px){
  .wp-quiz.sq-theme .wpq-actions{ margin-bottom: 18px; }
}
/* Slightly more space above the summary if actions are missing */
.wp-quiz.sq-theme .wpq-results-summary{ margin-top: 14px; }
