/* [project]/src/components/template/upcoming-match-card/upcoming-match-card.module.css [app-client] (css) */
.upcoming-match-card-module__pv-PPG__outer {
  width: 100%;
  box-shadow: none;
  background: #000;
  border: 1px solid #d0fb2180;
  border-radius: 24px;
  overflow: visible;
}

.upcoming-match-card-module__pv-PPG__card {
  background: #0e0f12;
  border-radius: 23px;
  flex-direction: column;
  gap: 6px;
  min-height: 148px;
  padding: 10px;
  display: flex;
}

.upcoming-match-card-module__pv-PPG__headerRow {
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  display: flex;
}

.upcoming-match-card-module__pv-PPG__headerItem {
  align-items: center;
  gap: 4px;
  min-width: 0;
  display: flex;
}

.upcoming-match-card-module__pv-PPG__headerText {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.upcoming-match-card-module__pv-PPG__accentIcon {
  color: var(--tennis_color);
  flex-shrink: 0;
}

.upcoming-match-card-module__pv-PPG__typeBadge {
  border: .3px solid #008cff;
  border-radius: 10px;
  align-self: center;
  align-items: center;
  gap: 4px;
  padding: 3px 8px;
  display: inline-flex;
}

.upcoming-match-card-module__pv-PPG__badgeIcon {
  color: #008cff;
}

.upcoming-match-card-module__pv-PPG__singlePlayers {
  align-items: stretch;
  gap: 4px;
  min-height: 88px;
  display: flex;
}

.upcoming-match-card-module__pv-PPG__doublesPlayers {
  align-items: flex-start;
  gap: 6px;
  min-height: 88px;
  margin-top: 3px;
  display: flex;
}

.upcoming-match-card-module__pv-PPG__doublesTeam {
  flex: 1;
  min-width: 0;
}

.upcoming-match-card-module__pv-PPG__doublesTeamRight {
  text-align: right;
}

.upcoming-match-card-module__pv-PPG__doublesAvatarRow {
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
  display: flex;
}

.upcoming-match-card-module__pv-PPG__doublesTeamRight .upcoming-match-card-module__pv-PPG__doublesAvatarRow {
  justify-content: flex-end;
}

.upcoming-match-card-module__pv-PPG__doublesAvatar {
  width: 38px !important;
  height: 38px !important;
}

.upcoming-match-card-module__pv-PPG__doublesAvatarEmpty {
  border: .3px dashed #d0fb218c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
}

.upcoming-match-card-module__pv-PPG__doublesName {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 10px;
  line-height: 1.2;
  overflow: hidden;
}

.upcoming-match-card-module__pv-PPG__singleSlot {
  text-align: center;
  border: none;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  min-width: 0;
  min-height: 90px;
  padding: 4px 2px;
  display: flex;
}

.upcoming-match-card-module__pv-PPG__singleSlotEmpty {
  border: none;
}

.upcoming-match-card-module__pv-PPG__singleAvatar {
  margin-bottom: 4px;
  width: 46px !important;
  height: 46px !important;
}

.upcoming-match-card-module__pv-PPG__emptyCircle {
  border: .3px dashed #d0fb218c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 4px;
  display: flex;
}

.upcoming-match-card-module__pv-PPG__emptyPlus {
  color: var(--tennis_color);
}

.upcoming-match-card-module__pv-PPG__singleName {
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 10px;
  line-height: 1.2;
  overflow: hidden;
}

.upcoming-match-card-module__pv-PPG__singleHint {
  color: #757784;
  font-size: 9px;
  line-height: 1.2;
}

.upcoming-match-card-module__pv-PPG__singleRating {
  color: var(--tennis_color);
  font-size: 10px;
  line-height: 1.2;
}

.upcoming-match-card-module__pv-PPG__vsUnified {
  color: #2f3034;
  text-transform: lowercase;
  align-self: center;
  font-size: 8px;
  line-height: 1;
}

.upcoming-match-card-module__pv-PPG__statusWrap {
  justify-content: center;
  min-height: 12px;
  margin-top: auto;
  display: flex;
}

.upcoming-match-card-module__pv-PPG__statusCompact {
  color: var(--tennis_color);
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}

/*# sourceMappingURL=src_components_template_upcoming-match-card_upcoming-match-card_module_86caad0b.css.map*/