
/* Hotfix 1.8.4 — results layout */
.wp-quiz.sq-theme .wpq-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.wp-quiz.sq-theme .wpq-share{flex-basis:100%;width:100%;display:flex;gap:12px;flex-wrap:wrap;margin-top:12px}
@media (min-width:641px){
  .wp-quiz.sq-theme .wpq-share{justify-content:space-between}
  .wp-quiz.sq-theme .wpq-share .wpq-share-x{margin-right:auto}
  .wp-quiz.sq-theme .wpq-share .wpq-share-fb{margin-left:auto}
}
.wp-quiz.sq-theme .wpq-share .wpq-share-btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:10px 14px;border-radius:10px;font-weight:600;color:#fff;text-decoration:none
}
.wp-quiz.sq-theme .wpq-share .wpq-share-x{background:#111}
.wp-quiz.sq-theme .wpq-share .wpq-share-fb{background:#1877f2}
.wp-quiz.sq-theme .wpq-results-summary{margin-top:12px;padding:14px;border:1px solid rgba(0,0,0,.06);border-radius:12px;background:#fff}
.wp-quiz.sq-theme .wpq-results-summary .wpq-score{font-weight:700;margin-bottom:6px;display:block}
