/* v46 — exact market placement, league flag visibility and equal mobile logos */
.leagueSelectWithFlagV46{position:relative!important;display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;align-items:center!important;gap:7px!important}
.leagueSelectWithFlagV46>span:not(.leagueFlagBadgeV46){grid-column:1/-1!important}
.leagueFlagBadgeV46{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#fff;border:1px solid #d7e3ee;font-size:20px;line-height:1;box-shadow:0 4px 10px rgba(20,55,90,.06)}
.leagueSelectWithFlagV46 #leagueSelect{grid-column:2!important;min-width:0!important}
#fixtures .teamLogo,#fixtures .clubChip .teamLogo,#fixtures .matchLine .teamLogo,
#oddsDetailBody .teamLogo,.fixture .teamLogo{width:28px!important;height:28px!important;min-width:28px!important;max-width:28px!important;flex:0 0 28px!important;border-radius:50%!important;margin:0!important;padding:0!important;overflow:hidden!important}
#fixtures .teamLogo img,#oddsDetailBody .teamLogo img,.fixture .teamLogo img{width:100%!important;height:100%!important;object-fit:contain!important;display:block!important;border-radius:50%!important}
#preMarketInfo{line-height:1.5!important;padding:10px 12px!important;min-height:58px!important}
@media(max-width:640px){
  #fixtures .teamLogo,#fixtures .clubChip .teamLogo,#fixtures .matchLine .teamLogo,
  #oddsDetailBody .teamLogo,.fixture .teamLogo{width:25px!important;height:25px!important;min-width:25px!important;max-width:25px!important;flex-basis:25px!important}
  .leagueFlagBadgeV46{width:32px;height:32px;font-size:18px}
  .leagueSelectWithFlagV46{grid-template-columns:32px minmax(0,1fr)!important}
}
