/**
 * Quiz SEO Content - Hidden from users, visible to Googlebot
 * Loaded only on single quiz pages
 */

.seo-quiz-content,
.visually-hidden:not(:focus):not(:active) {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

/* Ensure no CLS from hidden content */
.seo-quiz-content * {
    margin: 0;
    padding: 0;
}