.quiz-container{background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;margin:0 auto;max-width:600px;padding:20px}.score-section{margin-bottom:20px}.score-section span{padding:5px}.score-section .correct{color:green}.score-section .incorrect{color:red}.score-section .incomplete{color:gray}.question-answer-container{min-height:460px}.question-section{align-items:left;display:flex;justify-content:space-between;margin-bottom:20px}.image-container{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:20px}.quiz-image{border:1px solid #ddd;box-shadow:2px 2px 5px rgba(0,0,0,.2);height:auto;max-height:50px}.question-text{font-size:1.2em;font-weight:700;margin-top:20px}.retry-text{color:red;font-size:.8em;font-style:italic;margin-left:10px}.answer-section button{background-color:#fff;border:1px solid #ddd;border-radius:4px;color:#000;cursor:pointer;display:block;margin-bottom:14px;padding:14px;text-align:left;transition:background-color .3s,color .3s;width:100%}.answer-section button.correct{background-color:#d4edda;color:#155724}.answer-section button.incorrect{background-color:#f8d7da;color:#721c24}.navigation-section{margin-top:20px}.navigation-section,.other-section{display:flex;justify-content:space-between}.other-section{margin-top:5px}.navigation-section button{background-color:#f9f9f9;border:1px solid #ddd;border-radius:4px;cursor:pointer;padding:10px 20px}.reset-link{color:red;text-decoration:none}.incorrect-link,.reset-link{cursor:pointer;display:block;margin-top:20px}.incorrect-link{text-decoration:underline}@media(max-width:600px){.link-text,.navigation-button,.option-button{font-size:14px;padding:10px 20px}.question-text{font-size:18px}.question-section{flex-direction:column}.navigation-section button,.question-count,.retry-text,.score-section{font-size:14px}.image-container{margin-bottom:0;margin-top:20px}}