@media (max-width:820px){
  .v50LeaguePicker{
    position:relative!important;
    display:block!important;
    width:100%!important;
    isolation:isolate!important;
    z-index:6!important;
  }
  .v50LeagueButton{
    width:100%!important;
    min-height:58px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    padding:14px 16px!important;
    border-radius:18px!important;
    background:linear-gradient(180deg,rgba(17,52,92,.98),rgba(12,38,69,.98))!important;
    border:1px solid rgba(226,191,104,.65)!important;
    box-shadow:0 10px 24px rgba(3,14,29,.18)!important;
    color:#fff!important;
  }
  .v50LeagueCurrent{display:flex!important;align-items:center!important;gap:12px!important;min-width:0!important}
  .v50LeagueCurrent svg{width:34px!important;height:24px!important;flex:0 0 auto!important;border-radius:4px!important;overflow:hidden!important}
  .v50LeagueCurrent span{font-size:14px!important;font-weight:900!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:#fff!important}
  .v50LeagueChevron{font-size:18px!important;color:#c9d7e6!important;transition:transform .18s ease!important}
  .v50LeaguePicker.open .v50LeagueChevron{transform:rotate(180deg)!important}

  .v50LeagueMenu{
    position:static!important;
    display:none!important;
    width:100%!important;
    margin-top:10px!important;
    padding:8px!important;
    border-radius:18px!important;
    background:rgba(255,255,255,.96)!important;
    border:1px solid rgba(211,221,231,.92)!important;
    box-shadow:0 14px 30px rgba(8,19,36,.16)!important;
    max-height:none!important;
    overflow:visible!important;
  }
  .v50LeaguePicker.open .v50LeagueMenu{display:grid!important;gap:8px!important}
  .v50LeagueOption{
    width:100%!important;
    min-height:56px!important;
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    padding:12px 14px!important;
    border-radius:16px!important;
    background:linear-gradient(180deg,rgba(19,58,101,.98),rgba(13,40,73,.98))!important;
    border:1px solid rgba(202,172,96,.55)!important;
    color:#fff!important;
    justify-content:flex-start!important;
    box-shadow:none!important;
  }
  .v50LeagueOption svg{width:34px!important;height:24px!important;flex:0 0 auto!important}
  .v50LeagueOption span{color:#fff!important;font-size:13px!important;font-weight:800!important;line-height:1.2!important}
  .v50LeagueOption.active{background:linear-gradient(180deg,rgba(23,96,71,.98),rgba(19,74,56,.98))!important;border-color:rgba(123,220,176,.72)!important}
}
