.odd-question{text-align:center;font-size:19px;font-weight:850;color:#33425d;line-height:1.4;margin:9px auto 19px;max-width:450px}
.odd-prompt{font-size:clamp(22px,6vw,36px);text-align:center;font-weight:800;color:#45658b;min-height:55px;margin:0 0 10px}
.odd-choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:440px;margin:0 auto;padding:7px 0 4px}
.odd-choices button{min-height:76px;border:1px solid #d8e4f3;border-radius:12px;background:#f7f9fe;color:#30516e;font-size:clamp(16px,5.4vw,24px);font-weight:850;transition:background .12s}
.odd-choices button:hover{background:#e1eeff}.odd-choices button.correct{background:#daf4e6;border-color:#61b18b;color:#397b56}
.odd-choices button:disabled{opacity:.62}.odd-choices button:focus-visible{outline:3px solid #3e82cc}
@media(max-width:360px){.odd-choices{gap:7px}.odd-choices button{min-height:62px}}
