/* V137 — show the latest club under every mobile footballer suggestion. */
.player-suggestion-info small{
  display:flex;
  flex-direction:column;
  gap:1px;
  min-width:0;
}
.player-suggestion-info small span{
  display:block;
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

@media (max-width:760px), (orientation:landscape) and (pointer:coarse), (orientation:landscape) and (max-height:600px){
  #root .app-shell.is-match-started .player-suggestion-info b,
  body.wos-keyboard-open.wos-player-answer-active #root .app-shell.is-match-started .player-suggestion-info b{
    display:block!important;
    max-height:none!important;
    font-size:7.2px!important;
    line-height:1.05!important;
    white-space:nowrap!important;
    text-overflow:ellipsis!important;
    overflow:hidden!important;
    -webkit-line-clamp:unset!important;
  }
  #root .app-shell.is-match-started .player-suggestion-info small,
  body.wos-keyboard-open.wos-player-answer-active #root .app-shell.is-match-started .player-suggestion-info small{
    display:flex!important;
    max-height:none!important;
    font-size:6.1px!important;
    line-height:1.05!important;
    color:#607268!important;
    overflow:hidden!important;
  }
  #root .app-shell.is-match-started .player-suggestion-nationality,
  body.wos-keyboard-open.wos-player-answer-active #root .app-shell.is-match-started .player-suggestion-nationality{
    display:none!important;
  }
  #root .app-shell.is-match-started .player-suggestion-current-club,
  body.wos-keyboard-open.wos-player-answer-active #root .app-shell.is-match-started .player-suggestion-current-club{
    display:block!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  #root .app-shell.is-match-started .player-suggestions button,
  body.wos-keyboard-open.wos-player-answer-active #root .app-shell.is-match-started .player-suggestions button{
    align-items:center!important;
  }
}

@media (max-width:390px) and (orientation:portrait){
  #root .app-shell.is-match-started .player-suggestion-info b{font-size:6.6px!important}
  #root .app-shell.is-match-started .player-suggestion-info small{font-size:5.7px!important}
}
