.mode-grid{grid-template-columns:repeat(5,1fr)}
.mode-card:nth-child(5) .mode-icon{background:#f6c2dc}
.real-exam-picker{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:15px;padding:14px 16px;border:2px solid #efc66c;border-radius:18px 18px 18px 5px;background:#fff8df}
.real-exam-picker>div:first-child{display:grid;gap:3px;min-width:180px}
.real-exam-picker strong{font:800 15px "Baloo 2",sans-serif}
.real-exam-picker small{color:#73837d;font-size:9px}
.real-exam-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;flex:1}
.real-exam-button{padding:10px 11px;border:1px solid #ddc57a;border-radius:12px;color:var(--ink);background:#fff;text-align:left;cursor:pointer}
.real-exam-button b,.real-exam-button small{display:block}
.real-exam-button b{font-size:10px}
.real-exam-button small{margin-top:3px}
.real-exam-button:hover,.real-exam-button.active{border-color:#2e9689;background:#dff4eb}
.real-exam-image{display:block;width:100%;max-width:100%;height:auto;max-height:none;image-rendering:auto}
.real-exam-picker[hidden]{display:none}
@media(max-width:900px){.mode-grid{grid-template-columns:repeat(2,1fr)}.real-exam-picker{display:block}.real-exam-buttons{margin-top:10px}}
