/* V128 — keyboard opens without shifting the current Same Frequency play position. */
@media (max-width:760px) {
  body.af-v111-playing,
  body.af-v111-playing .app-shell,
  body.af-v111-playing .game-grid,
  body.af-v111-playing .play-panel {
    min-height:var(--wos-layout-height,100svh)!important;
    overflow-anchor:none!important;
  }
  body.wos-keyboard-open.af-v111-playing .app-shell,
  body.wos-keyboard-open.af-v111-playing .play-panel {
    min-height:var(--wos-layout-height,100svh)!important;
  }
  body.wos-keyboard-open.af-v111-playing .word-input-wrap {
    scroll-margin-top:8px!important;
    scroll-margin-bottom:8px!important;
  }
}
