/* V127 — stable mobile club search: fixed suggestion layer, no layout bounce. */
@media (max-width:760px) {
  #root .club-search { position:relative!important; overflow:visible!important; }
  #root .search-menu,
  body.wos-keyboard-open #root .search-menu {
    position:fixed!important;
    top:var(--career-menu-top,120px)!important;
    left:var(--career-menu-left,10px)!important;
    right:auto!important;
    bottom:auto!important;
    width:var(--career-menu-width,calc(100vw - 20px))!important;
    max-width:calc(100vw - 20px)!important;
    max-height:var(--career-menu-max-height,220px)!important;
    margin:0!important;
    overflow:auto!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
    transform:translateZ(0)!important;
    contain:layout paint style!important;
    z-index:2147482000!important;
  }
  body.wos-keyboard-open #root .players-grid {
    padding-bottom:24px!important;
  }
  body.wos-career-search-active {
    overflow-anchor:none!important;
  }
  body.wos-career-search-active #root .players-grid,
  body.wos-career-search-active #root .player-card,
  body.wos-career-search-active #root .club-search {
    overflow-anchor:none!important;
  }
}
