.teamSport_name {
  text-transform: uppercase;
  font-size: var(--typography-font-size-body1-sm);
  font-weight: var(--font-weight-regular);
  line-height: var(--typography-line-height-body1-sm);
  color: var(--color-foreground-foreground-strong);
}

.teamSport_img img {
  width: 40px;
  height: 40px;
  border-radius: 0;
}

@media only screen and (min-width: 961px) {
  .teamSport_img img {
    width: 48px;
    height: 48px;
    border-radius: 0;
  }
}

.league {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}

.league_link {
  font-size: var(--typography-font-size-body2-strong-sm);
  font-weight: var(--font-weight-bold);
  line-height: var(--typography-line-height-body2-strong-sm);
  color: var(--color-foreground-foreground-active);
  text-decoration: none;
}

.league_separator {
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: var(--color-neutral-5);
}

.teamPlayer_position {
  font-size: var(--typography-font-size-heading4-sm);
  font-weight: var(--font-weight-bold);
  line-height: var(--typography-line-height-heading4-sm);
  color: var(--color-foreground-foreground-strong);
}

@media only screen and (min-width: 961px) {
  .teamPlayer_position {
    font-size: var(--typography-font-size-heading4-lg);
    line-height: var(--typography-line-height-heading4-lg);
  }
}

.teamPlayer_sub {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
}

.teamPlayer_sub.in {
  background-image: var(--sport-card-player-sub-in);
  background-repeat: no-repeat;
}

.teamPlayer_sub.out {
  background-image: var(--sport-card-player-sub-out);
  background-repeat: no-repeat;
}

.teamPlayer_rating {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}

.teamPlayer .sportCard_content {
  color: var(--color-foregroundforeground-strong);
  font-size: var(--typography-font-size-body1-sm);
  font-weight: var(--font-weight-regular);
  line-height: var(--typography-line-height-body1-sm);
}

.teamPlayer.home .sportCard_imgContainer {
  outline: var(--color-border-width-border-width-active) var(--dimension-2)
    solid;
  border: none;
}

.teamPlayer.away .sportCard_header {
  background-image: var(--sport-card-away-header-background-image);
}

.teamPlayer.away .sportCard_imgContainer {
  outline: var(--color-surface-surface-active) var(--dimension-2) solid;
  border: none;
}
