.game-wrapper,.letter-matcher-game{position:relative;min-height:460px;overflow:hidden;width:100%;margin-top:24px;border:1px solid #000;border-radius:12px}.game-wrapper:before,.letter-matcher-game:before{content:"";background-size:cover;background-repeat:no-repeat;background-position:50%;position:absolute;top:0;left:0;width:100%;height:100%}.game-rules{background:#fff;padding:12px;border-radius:12px;position:relative;z-index:1}.game-rules h2{font-size:24px;margin-top:0}.game-rules li,.game-rules p,.game-rules span{font-size:16px}.game-rules strong{font-size:18px}.results-wrapper .results-title{font-size:24px;margin-right:5px}.results-wrapper .results-ok{font-size:24px;margin-left:5px}.results-wrapper .results-ko{font-size:20px;margin-right:5px}@media only screen and (max-width:479px){.results-wrapper .results-ok,.results-wrapper .results-title{font-size:18px}.results-wrapper .results-ko{font-size:16px}}.letter-matcher-game:before{opacity:.2;background-image:url(/games/letterMatcherBg.png)}.letter-matcher-game .letter-matcher-game-inner{padding:24px;position:relative;z-index:1}@media only screen and (max-width:767px){.letter-matcher-game .letter-matcher-game-inner{padding:24px 12px}}.letter-matcher-game .letter-matcher-play{min-height:412px;display:flex;flex-direction:column;align-items:center;justify-content:center}.letter-matcher-game .letter-matcher-score{text-align:center;font-size:48px;font-weight:800;margin-bottom:48px}.letter-matcher-game .letter-matcher-word{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;font-size:36px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin:0 0 28px;color:#333}@media only screen and (max-width:479px){.letter-matcher-game .letter-matcher-word{font-size:26px}}.letter-matcher-game .letter-matcher-gap{display:inline-flex;align-items:center;justify-content:center;min-width:56px;height:52px;margin:0 4px;padding:0 8px;border:2px solid #39f;border-radius:6px;color:#39f;background:#fff}.letter-matcher-game .letter-matcher-gap.correct{border-color:#486e3f;color:#486e3f;background-color:rgba(142,188,121,.15)}.letter-matcher-game .letter-matcher-gap.incorrect{border-color:#ff4d4f;color:#ff4d4f;background-color:rgba(255,77,79,.1)}.letter-matcher-game .letter-matcher-options{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.letter-matcher-game .letter-matcher-option{min-width:96px;height:auto;padding:12px 24px;font-size:22px;font-weight:800;text-transform:uppercase;border-color:#39f;border-width:2px;color:#39f}.letter-matcher-game .letter-matcher-option:hover:not(:disabled){background-color:rgba(51,153,255,.1)}.letter-matcher-game .letter-matcher-option.correct{border-color:#486e3f;color:#486e3f;background-color:rgba(142,188,121,.15)}.letter-matcher-game .letter-matcher-option.incorrect{border-color:#ff4d4f;color:#ff4d4f;background-color:rgba(255,77,79,.1)}.letter-matcher-game .results-verdict{font-size:20px;font-weight:600;margin-bottom:16px;text-align:center}.letter-matcher-game .results-verdict--perfect{color:#486e3f}.letter-matcher-game .results-verdict--few{color:#0c3f91}.letter-matcher-game .results-verdict--many{color:#ff4d4f}