<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.quiz-step {
    width:100%;
    display: none;
}

.quiz-step.active {
    display: block;
}

/* Hide back button on first step */
[data-current-step="1"] &gt; .quiz-progress {
    display: none;
}</pre></body></html>