/* Bandeiras oficiais por imagem, com fallback para emoji */
.team-flag{
  display:inline-flex;
  width:34px;
  height:24px;
  align-items:center;
  justify-content:center;
  vertical-align:-6px;
  margin:0 7px;
  border-radius:7px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 5px 14px rgba(0,0,0,.16), inset 0 0 0 1px rgba(0,0,0,.08);
  flex:0 0 auto;
}
.team-flag:first-child{margin-left:0;}
.team-flag img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.team-flag-empty{
  background:#f4f4f4;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.08);
  font-size:16px;
}
.team-flag.flag-fallback{
  background:transparent;
  box-shadow:none;
  overflow:visible;
  font-size:23px;
}
.team-flag.flag-fallback::before{content:attr(data-emoji);}
.teams-line .team-flag{width:42px;height:30px;border-radius:9px;margin:0 10px;vertical-align:-8px;}
.admin-table .team-flag,.table .team-flag{width:30px;height:21px;border-radius:6px;margin:0 6px 0 0;vertical-align:-5px;}
.admin-title-row h1 .team-flag{width:38px;height:27px;vertical-align:-6px;}
@media (max-width:720px){
  .teams-line .team-flag{width:34px;height:24px;margin:0 6px;}
  .admin-table .team-flag,.table .team-flag{width:28px;height:20px;}
}
