.league-setup-section {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.league-setup-section h3 {
  margin: 0 0 12px;
  font-size: 18px;
}

.setup-venue {
  min-width: 0;
  margin: 14px 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.setup-venue legend {
  padding: 0 6px;
  font-size: 13px;
  font-weight: 800;
}

.setup-venue .text-button {
  min-height: 44px;
  margin-top: 8px;
}

.setup-entry {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.setup-entry h4 {
  margin: 0;
}

.setup-entry p {
  font-size: 13px;
  overflow-wrap: anywhere;
}

.setup-entry .approval {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.setup-entry button,
#leagueSetupForm select,
#leagueSetupForm input,
#travelTeamForm input,
#travelTeamForm select {
  min-height: 44px;
}
