/* v41.7 – Satzanzeige wie eine Tennis-Anzeigetafel direkt an den Spielern */
.publicKoOfficialGame .publicKoTreePlayer{
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  gap:6px !important;
  min-height:32px;
}

.publicKoOfficialGame .publicKoTreePlayer b{
  flex:1 1 auto;
  min-width:0;
  white-space:normal !important;
  overflow:visible !important;
  text-overflow:clip !important;
  line-height:1.18;
}

.publicKoSetScores{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  gap:3px;
  margin-left:auto;
}

.publicKoSetScore{
  width:24px;
  height:26px;
  display:grid;
  place-items:center;
  border:1px solid #d6dfdb;
  border-radius:6px;
  background:#fff;
  color:#243c35;
  font-size:11px;
  font-weight:950;
  font-variant-numeric:tabular-nums;
  box-shadow:inset 0 -1px 0 rgba(16,47,69,.04);
}

.publicKoOfficialGame .publicKoTreePlayer.winner .publicKoSetScore{
  border-color:#65bd83;
  background:#0b6b50;
  color:#fff;
}

.publicKoOfficialGame .publicKoTreePlayer.winner{
  border:1px solid #63c685;
}

/* Die alte Inline-Ergebnisdarstellung wird nicht mehr benötigt. */
.publicKoOfficialGame .publicKoTreeInlineResult{
  display:none !important;
}

/* Etwas mehr Luft für Name + bis zu drei Satzspalten. */
.publicKoFullTree .koTreeRound{
  width:285px;
  flex-basis:285px;
}

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

  .publicKoSetScore{
    width:22px;
    height:25px;
    font-size:10.5px;
  }

  .publicKoOfficialGame .publicKoTreePlayer{
    gap:5px !important;
  }
}
