.quiz-question{font-size:1.5rem;font-weight:700;margin:1.5rem 0 1rem;padding-right:.5rem;border-right:5px solid #fa3}.quiz-options{display:flex;flex-direction:column;gap:12px;margin-bottom:1.8rem}.quiz-option{background:#f9fafb;border:1px solid #e2e8f0;border-radius:60px;padding:.8rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:12px}.quiz-option:hover{background:#fef3e2;border-color:#fa3;transform:scale(1.01)}.quiz-option.selected{background:#ffeed5;border-color:#fa3;box-shadow:0 2px 8px rgba(0,0,0,.05)}.quiz-nav{display:flex;justify-content:space-between;margin-top:1.5rem;gap:1rem}.quiz-btn{background:#1e6f5c;border:none;color:white;padding:.8rem 2rem;border-radius:40px;font-weight:700;font-family:inherit;font-size:1rem;cursor:pointer;transition:.2s}.quiz-btn:hover:not(:disabled){background:#0f5546;transform:scale(.97)}.quiz-btn:disabled{background:#b9cfc8;cursor:not-allowed}.result-text{font-size:1.3rem;font-weight:700;color:#0f3b4c}.reset-quiz{background:#fa3;color:#1a2c3e;margin-top:1rem;border:none;padding:.6rem 1.5rem;border-radius:40px;font-weight:700;cursor:pointer}@media (max-width:780px){.quiz-question{font-size:1.2rem}}