.qhos-memory-game{margin-top:16px;padding:18px;border:1px solid #cfe3d9;border-radius:18px;background:linear-gradient(145deg,#fff,#edf8f3)}
.qhos-memory-game small{color:#1f6b4f;font-weight:800}.qhos-memory-game h3{font-family:UthmanicHafs,serif;font-size:1.8rem;direction:rtl;text-align:center}
.qhos-memory-game>div{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.qhos-memory-game button{padding:11px;border:1px solid #cbded5;border-radius:11px;background:#fff;font:700 1.15rem UthmanicHafs,serif}
.qhos-memory-game button.is-correct{background:#dff6e9;border-color:#299866}.qhos-memory-game button.is-wrong{background:#fee9e7;border-color:#d6554d}.qhos-memory-game b{display:block;margin-top:10px;color:#1f6b4f}
@media(max-width:440px){.qhos-memory-game>div{grid-template-columns:1fr}}
