 .quiz-wrapper { position:absolute; top:0; left:0; width:100%; height:100%; display:flex; flex-direction:column; padding:3rem; font-size:1.25rem; }

 .quiz-question { max-height:75%; }

 .quiz-answers { flex-grow:1; display:flex; flex-direction:column; justify-content:flex-end; min-height:25%; overflow:auto; }

 .quiz-answers .quiz-answers-label { margin-bottom:1rem; text-align:center; }

 .quiz-answers .quiz-answer { display:flex; padding:0.5rem; border:1px solid transparent; border-radius:0.5rem; margin:0; }

 .quiz-answers .quiz-answer + .quiz-answer { margin-top:0.5rem; }

 .quiz-answers .quiz-answer .quiz-answer-option-label { position:relative; margin:0; }

 .quiz-answers .quiz-answer .quiz-answer-option-label .quiz-answer-option { position:absolute; opacity:0; }

 .quiz-answers .quiz-answer .quiz-answer-option-label .quiz-answer-option:not(:checked) + * { font-weight:400; }

 .quiz-answers .quiz-answer .quiz-answer-option-label .quiz-answer-option:not(:checked)[type="checkbox"] + .quiz-answer-icon:before { content:"\e902"; }

 .quiz-answers .quiz-answer .quiz-answer-option-label .quiz-answer-option:not(:checked)[type="radio"] + .quiz-answer-icon:before { content:"\e903"; }

 .quiz-answers .quiz-answer .quiz-answer-option-label .quiz-answer-option:checked[type="checkbox"] + .quiz-answer-icon { font-weight:900; }

 .quiz-answers .quiz-answer .quiz-answer-option-label .quiz-answer-option:checked[type="checkbox"] + .quiz-answer-icon:before { content:"\e901"; }

 .quiz-answers .quiz-answer .quiz-answer-option-label .quiz-answer-option:checked[type="radio"] + .quiz-answer-icon:before { content:"\e900"; }

 .quiz-answers .quiz-answer .quiz-answer-option-label .quiz-answer-icon { font-family:'ptkardio_slides_quiz'; font-size:1.5rem; }

 .quiz-answers .quiz-answer .quiz-answer-name { align-self:center; flex-grow:1; padding-left:1rem; padding-right:1rem; text-align:left; }

 .quiz-answers .quiz-answer .quiz-answer-name p { margin:0; }

 @font-face { font-family:'ptkardio_slides_quiz'; src:url('../fonts/ptkardio_slides_quiz.ttf?w8qtle') format('truetype'), url('../fonts/ptkardio_slides_quiz.woff?w8qtle') format('woff'), url('../fonts/ptkardio_slides_quiz.svg?w8qtle#ptkardio_slides_quiz') format('svg'); font-weight:normal; font-style:normal; font-display:block; }

