figure.player-card-wrapper {
  box-shadow: 0 20px 25px -5px var(--box-shadow-1, rgba(0, 0, 0, 0.1)), 0 10px 10px -5px var(--box-shadow-2, rgba(0, 0, 0, 0.04));
  -o-box-shadow: 0 20px 25px -5px var(--box-shadow-1, rgba(0, 0, 0, 0.1)), 0 10px 10px -5px var(--box-shadow-2, rgba(0, 0, 0, 0.04));
  -moz-box-shadow: 0 20px 25px -5px var(--box-shadow-1, rgba(0, 0, 0, 0.1)), 0 10px 10px -5px var(--box-shadow-2, rgba(0, 0, 0, 0.04));
  -webkit-box-shadow: 0 20px 25px -5px var(--box-shadow-1, rgba(0, 0, 0, 0.1)), 0 10px 10px -5px var(--box-shadow-2, rgba(0, 0, 0, 0.04));
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  line-height: 1;
  position: relative;
  text-decoration: none;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  border-radius: 12px;
}
@supports (color: light-dark(#fff, #000)) {
  figure.player-card-wrapper {
    transition: all 0.3s ease-in-out;
    --box-shadow-1: light-dark(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    --box-shadow-2: light-dark(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
  }
}
figure.player-card-wrapper .player-card-bg {
  margin: 0;
  padding: 0;
  z-index: 0;
  width: 100%;
  display: flex;
  overflow: hidden;
  aspect-ratio: 5/6;
  position: relative;
  align-items: flex-end;
  transition: all 0.3s ease-in-out;
  justify-content: center;
  background-color: #59935C;
  border-radius: 12px 12px 0 0;
  background-image: linear-gradient(180deg, #59935C, #FDD300);
}
figure.player-card-wrapper .player-card-bg:before {
  background-image: var(--background-image, none);
  -o-background-image: var(--background-image, none);
  -moz-background-image: var(--background-image, none);
  -webkit-background-image: var(--background-image, none);
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  content: "";
  height: 100%;
  opacity: 0.25;
  position: absolute;
  background-size: 85%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
}
figure.player-card-wrapper .player-card-bg img {
  object-fit: cover;
  -o-object-fit: cover;
  object-position: top;
  -o-object-position: top;
  margin: 0;
  padding: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  filter: drop-shadow(0 2px 4px -1px var(--box-shadow-1, rgba(0, 0, 0, 0.06)), 0 4px 6px -1px var(--box-shadow-2, rgba(0, 0, 0, 0.1)));
}
figure.player-card-wrapper .player-number {
  font-size: 1rem;
  line-height: 1.5;
  top: 0;
  left: 0;
  z-index: 2;
  color: #202020;
  font-weight: 600;
  position: absolute;
  align-items: center;
  display: inline-flex;
  padding: 0.25rem 0.5rem;
  justify-content: center;
  background-color: #FDD300;
  border-radius: 12px 0 0 0;
}
figure.player-card-wrapper .player-card-name-wrapper {
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  font-size: clamp(1.15rem, 1rem + 0.5vw, 1.3rem);
  line-height: 1.346;
  gap: 0.25rem;
  color: #202020;
  display: flex;
  padding: 1rem;
  font-weight: bold;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 0 0 12px 12px;
}
@media (max-width: 575px) {
  figure.player-card-wrapper .player-card-name-wrapper {
    line-height: 1.304;
  }
}
figure.player-card-wrapper .player-card-name-wrapper .player-card-name {
  font-size: clamp(1.15rem, 1rem + 0.5vw, 1.3rem);
  line-height: 1.346;
  text-decoration-line: underline;
  -moz-text-decoration-line: underline;
  text-decoration-color: rgba(255, 255, 255, 0);
  -moz-text-decoration-color: rgba(255, 255, 255, 0);
  -webkit-text-decoration-color: rgba(255, 255, 255, 0);
  color: #202020;
}
@media (max-width: 575px) {
  figure.player-card-wrapper .player-card-name-wrapper .player-card-name {
    line-height: 1.304;
  }
}
figure.player-card-wrapper .player-card-name-wrapper .player-card-position {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #535353;
}

/*# sourceMappingURL=player-card.css.map */
