.team-scotch-chart {
  min-width: 0;
}

.team-scotch-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

.team-scotch-table th,
.team-scotch-table td {
  padding: 2px 6px;
  border-bottom: 1px solid #e2e9e6;
  text-align: center;
  white-space: nowrap;
}

.team-scotch-table thead {
  background: #f4f8f6;
  color: #60736b;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.team-scotch-table th:nth-child(2) {
  text-align: left;
}

.team-scotch-table tbody tr:nth-child(even) {
  background: #f8faf9;
}

.team-scotch-table tbody tr:last-child > * {
  border-bottom: 0;
}

.scotch-rank {
  display: inline-grid;
  place-items: center;
  width: 25px;
  height: 25px;
  color: #61766d;
  font-size: 11px;
  font-weight: 800;
}

.scotch-rank.scotch-leader {
  border-radius: 50%;
  background: #fff1c9;
  color: #825500;
  box-shadow: inset 0 0 0 1px #e6c77e;
}

.scotch-team {
  display: flex;
  align-items: center;
  gap: 6px;
}

.scotch-team img {
  width: 28px;
  height: 30px;
  flex-shrink: 0;
  border: 1px solid #90c9d4;
  border-radius: 10px;
  object-fit: cover;
  background: #edf5f3;
}

.standings-national .scotch-team img {
  border-color: #9bc58c;
}

.scotch-team .player-name-link {
  padding: 1px 0;
  color: #10251d;
  font-size: 12px;
  font-weight: 800;
  text-align: left;
}

.scotch-team .player-name-link:hover {
  color: #087f98;
}

.scotch-percentage {
  color: #07596d;
  font-weight: 900;
}

.standings-national .scotch-percentage {
  color: #326b24;
}

.scotch-record {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 7px;
  background: #edf2ef;
  color: #344d41;
  font-size: 12px;
  font-weight: 700;
}

#scotchStandings,
#mvpStandings {
  scroll-margin-top: 16px;
}

@media (max-width: 380px) {
  .team-scotch-table th,
  .team-scotch-table td {
    padding-inline: 4px;
  }

  .scotch-team {
    gap: 4px;
  }

  .scotch-team img {
    width: 26px;
    height: 28px;
  }

  .scotch-team .player-name-link {
    font-size: 11px;
  }
}
