/* [project]/app/games/[id]/games.module.css [app-client] (css) */
.games-module__NrWCAq__playerStatsRow {
  justify-content: space-evenly;
  align-items: flex-start;
  column-gap: 1.5em;
  display: flex;
}

.games-module__NrWCAq__teamDiv {
  flex-direction: column;
  align-items: center;
  font-size: 120%;
  display: flex;
}

.games-module__NrWCAq__teamName {
  text-underline-offset: .25em;
  margin-bottom: 0;
  text-decoration: underline;
}

.games-module__NrWCAq__teamScore {
  font-family: var(--table-header-font);
  margin-top: 0;
  font-size: 2.5em;
  font-weight: 500;
}

.games-module__NrWCAq__tournamentLink {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--line-color);
  text-decoration-color: var(--line-color);
  text-underline-offset: .25em;
  font-size: 1.5em;
  font-style: italic;
  color: var(--accent-color) !important;
}

/* [project]/components/scoresheet.module.css [app-client] (css) */
.scoresheet-module__y9r_fa__scoresheet {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  column-gap: 25px;
  width: 100%;
  display: flex;
}

.scoresheet-module__y9r_fa__playerNameTable {
  border-collapse: collapse;
}

.scoresheet-module__y9r_fa__playerNameTable td {
  text-align: center;
  border: 1px solid #000;
  border-radius: 0;
  padding: 0 .25em;
}

.scoresheet-module__y9r_fa__playerNameTable th {
  background-color: #e4e1e2;
  border: 1px solid #555;
  border-bottom-width: 2px;
  padding: 0 .25em;
}

.scoresheet-module__y9r_fa__playerName {
  min-width: 48px;
}

.scoresheet-module__y9r_fa__playerRow {
  border-bottom: 1px solid #555;
  margin: 0;
}

.scoresheet-module__y9r_fa__dividerRow {
  border-bottom: 2px solid #555 !important;
}

.scoresheet-module__y9r_fa__lastPlayer, .scoresheet-module__y9r_fa__lastBonus {
  border-right: 2px solid #555 !important;
}

.scoresheet-module__y9r_fa__bonus, .scoresheet-module__y9r_fa__lastBonus {
  text-align: center;
  font-size: 1.2em;
}

.scoresheet-module__y9r_fa__tuNumberCell {
  text-align: center;
  color: #fff;
  background-color: #555;
}

.scoresheet-module__y9r_fa__tuNumber {
  font-size: 1.2em;
  font-weight: 600;
}

.scoresheet-module__y9r_fa__buzzPosition {
  font-size: 12px;
}

.scoresheet-module__y9r_fa__buzzNeg {
  color: red;
  font-size: 1.2em;
  font-weight: 600;
}

.scoresheet-module__y9r_fa__buzzGet {
  color: #555;
  font-size: 1.2em;
  font-weight: 600;
}

.scoresheet-module__y9r_fa__buzzPower {
  color: #00f;
  font-size: 1.2em;
  font-weight: 600;
}

.scoresheet-module__y9r_fa__buzzZero {
  color: gray;
}

.scoresheet-module__y9r_fa__teamTotal {
  text-align: center;
}

.scoresheet-module__y9r_fa__winningTeamTotal {
  background-color: wheat;
}

.scoresheet-module__y9r_fa__demoTotal td {
  text-align: center;
  border: 1px solid #000;
  border-radius: 0;
  padding: .2em .6em;
}

.scoresheet-module__y9r_fa__keyDiv {
  align-items: center;
  column-gap: 12px;
  display: flex;
}

