.player-portal-wl-main .filters-wrapper.w100 .right {
  width: 100% !important;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: flex-start;
  padding: 0 !important;
  gap: 24px;
}
.player-portal-wl-main .filters-wrapper.w100 .right .win_loss_text {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.6;
}
.player-portal-wl-main .filters-wrapper.w100 .right .win_loss_text span {
  font-weight: bold;
}

.player-portal-wl-main .download-pdf-btn {
  color: #031f5b !important;
}

.player-slide-data
  .monthly-fee-wrapper
  .inner-row
  .monthly-fee-block:only-child {
  text-align: center;
  width: 100%;
}

.player-portal-player-info-main
  .player-info-wrapper
  .left-col
  .img-wrapper
  img {
  object-position: 50% 20%;
  object-fit: cover;
}