.karsazsho-path-quiz {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
}

.karsazsho-path-quiz.is-open {
    display: flex;
}

.karsazsho-path-quiz__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 6, 23, 0.62);
    backdrop-filter: blur(6px);
}

body.karsazsho-path-quiz-open {
    overflow: hidden;
}

#quiz-screen-questions.hidden,
#quiz-screen-results.hidden {
    display: none !important;
}

#quiz-screen-results:not(.hidden) {
    display: flex;
}
