/* V128 — keyboard opens without shifting the current Son Harf play position. */
@media (max-width:760px) {
  body.sh-v111-playing,
  body.sh-v111-playing .wrap,
  body.sh-v111-playing .sh-game-card {
    min-height:var(--wos-layout-height,100svh)!important;
    overflow-anchor:none!important;
  }
  body.wos-keyboard-open.sh-v111-playing .sh-game-card {
    min-height:var(--wos-layout-height,100svh)!important;
  }
  body.wos-keyboard-open.sh-v111-playing #wordForm {
    position:fixed!important;
    left:max(8px,env(safe-area-inset-left))!important;
    right:max(8px,env(safe-area-inset-right))!important;
    bottom:max(6px,env(safe-area-inset-bottom))!important;
    z-index:2147482000!important;
  }
}
