/* v42.3 – KO-Baum: gleichmäßigere Felder + bessere Lesbarkeit */

.publicKoFullTree .koTreeBoard{
  gap:22px;
}

.publicKoFullTree .koTreeRound{
  width:320px !important;
  min-width:320px !important;
  flex:0 0 320px !important;
}

.publicKoFullTree .koTreeRoundTitle{
  min-height:44px;
  height:auto;
  padding:8px 11px;
}

.publicKoFullTree .koTreeRoundTitle b{
  font-size:13px;
}

.publicKoFullTree .koTreeRoundTitle span{
  font-size:10px;
}

.publicKoFullTree .koTreeGames{
  gap:14px;
}

.publicKoFullTree .koTreeGame{
  min-height:144px;
  padding:10px 11px 9px;
  display:grid;
  grid-template-rows:auto auto auto auto;
  align-content:start;
}

.publicKoFullTree .koTreeGameHead{
  margin-bottom:7px;
  font-size:10px;
}

.publicKoFullTree .koTreeGameHead em{
  font-size:9px;
}

.publicKoFullTree .publicKoOfficialGame .publicKoTreePlayer,
.publicKoFullTree .koTreeSource{
  min-height:42px !important;
  padding:7px 9px !important;
  font-size:11.5px !important;
  border-radius:9px;
  box-sizing:border-box;
}

.publicKoFullTree .publicKoOfficialGame .publicKoTreePlayer{
  flex-wrap:nowrap !important;
  align-items:center !important;
}

.publicKoFullTree .publicKoOfficialGame .publicKoTreePlayer b,
.publicKoFullTree .koTreeSource{
  line-height:1.25;
}

.publicKoFullTree .publicKoOfficialGame .publicKoTreePlayer b{
  font-size:11.5px;
}

.publicKoFullTree .publicKoSetScores{
  gap:4px;
}

.publicKoFullTree .publicKoSetScore{
  width:26px;
  height:28px;
  font-size:11.5px;
}

.publicKoFullTree .koTreeGame > small{
  margin-top:8px;
  font-size:9.2px;
}

@media(max-width:1000px){
  .publicKoFullTree .koTreeBoard{
    gap:18px;
  }

  .publicKoFullTree .koTreeRound{
    width:300px !important;
    min-width:300px !important;
    flex:0 0 300px !important;
  }
}

@media(max-width:700px){
  .publicKoFullTree .koTreeRound{
    width:270px !important;
    min-width:270px !important;
    flex:0 0 270px !important;
  }

  .publicKoFullTree .koTreeGame{
    min-height:132px;
    padding:9px 10px 8px;
  }

  .publicKoFullTree .publicKoOfficialGame .publicKoTreePlayer,
  .publicKoFullTree .koTreeSource{
    min-height:38px !important;
    font-size:11px !important;
  }

  .publicKoFullTree .publicKoOfficialGame .publicKoTreePlayer b,
  .publicKoFullTree .koTreeSource{
    font-size:11px;
  }

  .publicKoFullTree .publicKoSetScore{
    width:24px;
    height:26px;
    font-size:10.5px;
  }
}
