#gameView .game-grid{grid-template-columns:185px minmax(0,1fr)!important;gap:16px!important}
#gameView .stage{grid-template-columns:minmax(0,1fr) 255px!important;column-gap:14px!important}
#gameView .stage article#questionText{box-sizing:border-box!important;width:100%!important;height:370px!important;min-height:370px!important;max-height:370px!important;margin:0!important;padding:26px 30px!important;overflow:hidden!important;font-size:clamp(1.5rem,2vw,2.15rem)!important;line-height:1.2!important;align-content:center!important;justify-content:center!important}
#gameView .stage article#questionText:has(.question-media){gap:8px!important;padding-top:18px!important;padding-bottom:18px!important;font-size:clamp(1.3rem,1.7vw,1.8rem)!important}
#gameView .question-media{max-height:155px!important;margin-top:8px!important}
#gameView .timer,#gameView #gameControls{align-self:start}
@media(max-width:850px){#gameView .game-grid{grid-template-columns:1fr!important}#gameView .stage{grid-template-columns:1fr!important}#gameView .stage article#questionText{height:330px!important;min-height:330px!important;max-height:330px!important;padding:22px!important;font-size:clamp(1.35rem,4.5vw,1.9rem)!important}}
