.question-dots{display:grid;grid-template-columns:repeat(6,28px);gap:8px;justify-content:center}.question-dots i.done{background:rgba(220,232,166,.2);color:var(--lime);border-color:rgba(220,232,166,.4)}.question-dots i.wrong-dot{background:#7a3e34;color:#fff;border-color:#b86656}.question-card{min-height:620px}.question-card h3{font-size:26px}.options button{font-size:13px;line-height:1.6;min-height:72px;padding:15px}.quiz-feedback{font-size:13px;line-height:1.8;border-radius:0 10px 10px 0}.quiz-feedback b{font-size:14px}.quiz-auto-note{color:var(--green);font-size:11px;margin-top:15px}.quiz-complete{text-align:center;padding:45px 20px}.quiz-complete b{display:block;font-family:serif;font-size:52px;color:var(--green)}.quiz-complete h3{margin:10px 0}.quiz-complete p{font-size:13px;color:var(--muted);line-height:1.8}.quiz-complete button{margin-top:15px}.question-card.locked .options button{cursor:default}@media(max-width:760px){.question-dots{grid-template-columns:repeat(6,24px)}.question-dots i{width:24px;height:24px}.question-card h3{font-size:21px}}
.wrong-explanation{display:grid;gap:10px}.wrong-explanation section{background:rgba(255,255,255,.58);border-radius:8px;padding:10px 12px}.wrong-explanation section>span{display:block;color:var(--green);font-size:10px;font-weight:700;letter-spacing:.06em;margin-bottom:4px}.wrong-explanation section b,.wrong-explanation section p{margin:0}.wrong-explanation section b{display:block;font-size:13px}.wrong-explanation section p{font-size:12px;line-height:1.75;color:#59645d}
