/* V214 — keep footballer selection stable in solo, local and online modes. */
#root .app-shell.is-match-started .player-suggestions{
  overflow-anchor:none!important;
  min-height:0;
}
#root .app-shell.is-match-started .player-suggestions button{
  touch-action:manipulation!important;
}
#root .app-shell.is-match-started .player-suggestions button.is-selected{
  outline:2px solid rgba(18,125,78,.76)!important;
  outline-offset:-2px!important;
  background:rgba(220,246,232,.98)!important;
}
@media (max-width:900px), (pointer:coarse){
  html.kk-match-active,
  body.kk-match-active{
    overflow-anchor:none!important;
    overscroll-behavior-y:none!important;
  }
  #root .app-shell.is-match-started .answer-area,
  #root .app-shell.is-match-started .player-suggestions,
  #root .app-shell.is-match-started .player-suggestions__grid{
    overflow-anchor:none!important;
  }
}
