.count-objects{display:flex;flex-wrap:wrap;justify-content:center;align-content:center;gap:14px;max-width:700px;min-height:245px;margin:auto;padding:15px}.count-object{font-size:clamp(45px,7vw,70px);width:100px;height:100px;border:3px solid transparent;border-radius:22px;background:#fff8;position:relative}.count-object[aria-pressed=true]{border-color:#a7bc94;background:#e3edd8}.count-object[aria-pressed=true]:after{content:'✓';position:absolute;right:3px;bottom:0;font-size:24px;color:#4f7241}.number-choices{display:flex;justify-content:center;gap:20px;margin:20px auto}.number-choices .choice{min-width:100px;min-height:85px;font-size:44px}.count-next{text-align:center;min-height:56px}@media(max-width:650px){.count-objects{gap:9px;min-height:200px;padding:5px}.count-object{width:67px;height:72px;font-size:44px}.number-choices{gap:12px}.number-choices .choice{min-width:75px;min-height:72px;font-size:37px}}
