.admin-player-database summary span {
  color: #143d31;
}

.compact-participant-controls {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body[data-admin-theme] #adminPlayers .participant-card {
  gap: 5px 7px;
  padding: 5px 6px;
}

body[data-admin-theme] #adminPlayers .participant-card > div:first-child {
  padding: 0.28rem 0.38rem;
}

body[data-admin-theme] #adminPlayers .participant-card > div:first-child strong {
  font-size: 0.78rem;
}

body[data-admin-theme] #adminPlayers .participant-card > div:first-child small {
  font-size: 0.6rem;
  margin-top: 0;
}

body[data-admin-theme] #adminPlayers .compact-participant-controls {
  gap: 4px;
}

body[data-admin-theme] #adminPlayers .participant-select {
  align-items: center;
  display: grid;
  gap: 4px;
  grid-template-columns: 24px minmax(0, 1fr);
}

body[data-admin-theme] #adminPlayers .participant-select span {
  font-size: 0.58rem;
  line-height: 1;
  text-align: right;
}

body[data-admin-theme] #adminPlayers .participant-select select {
  font-size: 0.62rem;
  min-height: 24px;
  padding: 0 4px;
}

.admin-round-division-card.inactive {
  border-color: #d6ded9;
  background: #f5f7f6;
}

.admin-round-division-toggle {
  min-height: 36px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  color: #0b3425;
  font-weight: 950;
}

.admin-round-division-toggle span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-round-division-toggle small {
  color: #17633f;
  font-size: 0.64rem;
  font-weight: 950;
}

.admin-note.compact {
  padding: 7px;
  font-size: 0.68rem;
}

.admin-bottom-save {
  position: sticky;
  bottom: 0;
  z-index: 2;
  padding: 8px;
  border: 1px solid #c8dacf;
  border-radius: 6px;
  background: #ffffff;
}

@media (max-width: 430px) {
  .compact-participant-controls {
    grid-template-columns: 1fr;
  }

  body[data-admin-theme] #adminPlayers .participant-select {
    grid-template-columns: 24px minmax(0, 1fr);
  }
}
