.player-card {
  overflow: hidden;
  border-radius: 15px;
  height: fit-content;
  max-height: 437px;
  width: 260px;
  background: var(--Inspirational-Green, #e7f7f1);
  text-align: center;
  box-shadow: -10px 10px 10px 0px rgba(0, 0, 0, 0.15);
}
.player-card .player-image {
  width: 100%;
  height: 270px;
  object-fit: cover;
}
.player-card .player-details .player-name {
  color: var(--Nedbank-Green, #006341);
  font-family: Libre Franklin;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.216px;
  padding: 25px 10px;
}
.player-card .player-details .player-country {
  display: flex;
  background: var(--Contrast-Green, #003a29);
  height: auto;
}
.player-card .player-details .player-country .flag-image {
  width: 50%;
  height: 78px;
  object-fit: cover;
}
.player-card .player-details .player-country .country-name {
  color: var(--Inspirational-Green, #e7f7f1);
  font-family: Libre Franklin;
  font-size: 21.61px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.216px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-inline: 18px;
}

/*# sourceMappingURL=playerCard.css.map */
