.my-team-player-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  color: #f8fbff;
}

.my-team-player-badge {
  position: relative;
  display: inline-block;
  width: 82px;
  height: 82px;
  text-decoration: none;
}

.my-team-player-image-wrap {
  display: block;
  width: 82px;
  height: 82px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0.8rem 1.4rem rgba(9, 18, 29, 0.24);
}

.my-team-player-chip.is-eliminated .my-team-player-image-wrap {
  filter: grayscale(1);
  opacity: 0.58;
}

.my-team-player-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.my-team-player-flag-wrap,
.my-team-player-points-wrap {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-team-player-flag-wrap {
  left: -5px;
  bottom: 4px;
}

.my-team-player-points-wrap {
  top: -4px;
  right: -7px;
}

.my-team-player-flag,
.my-team-player-points {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  box-shadow: 0 0.45rem 0.9rem rgba(9, 18, 29, 0.16);
}

.my-team-player-flag {
  width: 28px;
  height: 28px;
  padding: 4px;
  background: #ffffff;
}

.my-team-player-flag img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.my-team-player-points {
  min-width: 30px;
  min-height: 30px;
  padding: 0 0.45rem;
  background: #f7edd2;
  color: #17344d;
  font-size: 0.78rem;
  font-weight: 800;
}

.my-team-player-position {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  margin-top: 0.45rem;
  padding: 0.12rem 0.45rem;
  border-radius: 999px;
  background: rgba(10, 18, 29, 0.84);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
}

.my-team-player-name {
  display: block;
  max-width: 96px;
  min-height: 2.2em;
  margin-top: 0.35rem;
  color: #f8fbff;
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 600;
}

.my-team-player-chip-size-sm .my-team-player-badge {
  width: 42px;
  height: 42px;
}

.my-team-player-chip-size-sm .my-team-player-image-wrap {
  width: 42px;
  height: 42px;
}

.my-team-player-chip-size-sm .my-team-player-flag-wrap {
  left: -3px;
  bottom: -2px;
}

.my-team-player-chip-size-sm .my-team-player-points-wrap {
  top: -4px;
  right: -4px;
}

.my-team-player-chip-size-sm .my-team-player-flag,
.my-team-player-chip-size-sm .my-team-player-points {
  width: 18px;
  height: 18px;
}

.my-team-player-chip-size-sm .my-team-player-flag {
  padding: 2px;
}

.my-team-player-chip-size-sm .my-team-player-points {
  min-width: 18px;
  min-height: 18px;
  padding: 0 0.25rem;
  font-size: 0.62rem;
}

.my-team-player-chip-size-sm .my-team-player-position {
  min-width: 26px;
  margin-top: 0.3rem;
  padding: 0.1rem 0.35rem;
  font-size: 0.64rem;
}

.my-team-player-chip-size-sm .my-team-player-name {
  max-width: 56px;
  min-height: 2em;
  margin-top: 0.25rem;
  font-size: 0.66rem;
}

@media (max-width: 767px) {
  .my-team-player-badge,
  .my-team-player-image-wrap {
    width: 72px;
    height: 72px;
  }

  .my-team-player-name {
    max-width: 88px;
    min-height: 2.2em;
    font-size: 0.74rem;
  }
}

.wishlist-inline-form {
  margin: 0;
}

.wishlist-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.55rem 0.9rem;
  border: 0;
  border-radius: 0.9rem;
  background: linear-gradient(135deg, #123754 0%, #1c5b7b 100%);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 0.75rem 1.4rem rgba(18, 55, 84, 0.18);
}

.wishlist-action:hover,
.wishlist-action:focus {
  color: #ffffff;
  text-decoration: none;
  filter: brightness(1.04);
}

.wishlist-action-secondary {
  background: #eef4f8;
  color: #244761;
  box-shadow: none;
}

.wishlist-action-secondary:hover,
.wishlist-action-secondary:focus {
  color: #244761;
}

.wishlist-action-remove {
  background: #f8dddd;
  color: #983939;
  box-shadow: none;
}

.wishlist-action-remove:hover,
.wishlist-action-remove:focus {
  color: #983939;
}
