
.hkfc-match__wrapper[data-v-0bd05e70] {
  display: flex;
  gap: 64px;
}
.hkfc-match__container[data-v-0bd05e70] {
  width: 680px;
}

/* live video */
.hkfc-live-video__wrapper[data-v-0bd05e70] {
  position: relative;
  height: 383px;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 44px;
}
.hkfc-countdown__wrapper[data-v-0bd05e70] {
  position: relative;
  height: 100%;
  width: 100%;
}
.hkfc-countdown[data-v-0bd05e70] {
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 8rem;
  justify-content: center;
  align-items: center;
}
.hkfc-countdown__card-container[data-v-0bd05e70] {
  display: flex;
  align-items: center;
  font-size: 22px;
  margin-right: 8px;
}
.hkfc-countdown__card[data-v-0bd05e70] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  min-width: 56px;
  height: 56px;
  margin-right: 8px;
}
.hkfc-countdown__number[data-v-0bd05e70] {
  font-family: var(--weight-700);
  font-size: 22px;
}
.hkfc-countdown__day[data-v-0bd05e70] {
  font-family: var(--weight-400);
  font-size: 11px;
}
/* date tabs */
.hkfc-date__card[data-v-0bd05e70] {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
  color: white;
  font-size: 11px;
  margin: 0 2px;
  padding: 7px 0;
}
.hkfc-date__card[data-v-0bd05e70]:hover,
.hkfc-date__card.selected[data-v-0bd05e70] {
  background: var(--bg-selected);
  color: black;
}
.hkfc-date__wrapper[data-v-0bd05e70] {
  display: flex;
  margin-bottom: 52px;
}
.hkfc-date__title[data-v-0bd05e70] {
  font-family: var(--weight-700);
}
.match-detail__video-live-overlay[data-v-0bd05e70] {
  background-color: #34343494;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  box-sizing: border-box;
}
.match-detail__video-live-overlay__title[data-v-0bd05e70] {
  margin-bottom: 2rem;
  text-align: center;
}
.match-detail__video-live-overlay__button-wrapper[data-v-0bd05e70] {
  width: 20rem;
}

/* match card*/
.hkfc-match__header[data-v-0bd05e70] {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: var(--weight-700);
  margin-bottom: 8px;
  letter-spacing: 0.64px;
}
.hkfc-match__header-country[data-v-0bd05e70] {
  font-size: 11px;
  font-family: var(--weight-400);
  color: #93a9b4;
}
.hkfc-live-icon[data-v-0bd05e70] {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.home-match__title-wrapper[data-v-0bd05e70] {
  font-family: var(--weight-700);
}
.home-match__title-wrapper:hover .home-match__title[data-v-0bd05e70] {
  color: white;
}
.skeleton-match__wrapper[data-v-0bd05e70] {
  width: 100%;
  height: 100%;
  padding: 1rem;
  border-radius: 0.5rem;
  box-sizing: border-box;
}
.skeleton-match__title[data-v-0bd05e70] {
  width: 50%;
  height: 1rem;
  margin-bottom: 0.25rem;
}
.skeleton-match__content[data-v-0bd05e70] {
  width: 100%;
  height: 2rem;
  margin-bottom: 0.5rem;
}
.home-match__win-lose[data-v-0bd05e70] {
  background-color: green;
  border-radius: 50%;
  padding: 0.3rem;
  color: white;
  width: 0.75rem;
  border: 0.1rem solid white;
  height: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.5rem;
}
.home-match__win-lose.W[data-v-0bd05e70] {
  background-color: #5cd66c;
}
.home-match__win-lose.L[data-v-0bd05e70] {
  background-color: #cf283e;
}
.home-match__win-lose.D[data-v-0bd05e70] {
  background-color: #ed9c5a;
}
.home-match__status[data-v-0bd05e70] {
  margin-right: 0.5rem;
  width: 2.25rem; /*1.6rem   2rem*/
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.563rem;
  color: var(--color-grey-light);
}
.home-match__1-wrapper[data-v-0bd05e70] {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-match__1-container[data-v-0bd05e70] {
  justify-content: space-between;
  /* margin-bottom: 0.2rem; */
}
.home-match__team-name[data-v-0bd05e70] {
  color: var(--color-grey-light);
}
.home-match__date[data-v-0bd05e70] {
  margin-bottom: 0.5rem;

  color: var(--color-text-default-default);

  /* Body Strong */
  font-family: var(--typography-body-font-family);
  font-size: var(--typography-body-size-large);
  font-style: normal;
  font-family: var(--weight-700);
  font-weight: var(--weight-700);
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.64px;
}
.match-wrapper[data-v-0bd05e70] {
  margin-bottom: 1.2rem;
}
.match-container[data-v-0bd05e70] {
  display: flex;
  margin-bottom: 0.5rem;
  position: relative;
}
.match-container:hover .home-match__score-card__wrapper[data-v-0bd05e70] {
  background-color: var(--bg-hover);
}
.match-container:hover .home-match__static-card__wrapper[data-v-0bd05e70] {
  background-color: var(--bg-hover);
}
.match-container:hover
  .home-match__actions-card__wrapper
  .home-match__icon-wrapper[data-v-0bd05e70] {
  background-color: var(--bg-hover);
}
.home-match__static-card__wrapper[data-v-0bd05e70] {
  background-color: #35454d;
  padding: 0.5rem 0.25rem 0.2rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 6.25rem;
  align-items: center;
}
.home-match__static-card__brief[data-v-0bd05e70] {
  padding: 0.5rem 1.5rem;
}
.home-match__score-card__wrapper[data-v-0bd05e70] {
  display: flex;
  background-color: var(--color-theme);
  border-radius: 0.5rem;
  width: 100%;
  padding: 0.5rem 0.5rem;
  border-left: 0.4rem solid transparent;
}
.home-match__score-card__wrapper.no-odds-match[data-v-0bd05e70] {
  border-radius: 0.5rem;
}
.home-match__actions-card__wrapper[data-v-0bd05e70] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.live-selected[data-v-0bd05e70] {
  border-left: 0.4rem solid var(--color-icon-primary-active);
}
.match-status__live[data-v-0bd05e70] {
  background-color: #cf283e;
  padding: 0.2rem;
  border-radius: 0.3rem;
  font-size: 10.4px;
}
.match-detail[data-v-0bd05e70] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.match-detail__status[data-v-0bd05e70] {
  width: 1.6rem;
}
.match-detail__status-w-auto[data-v-0bd05e70] {
  width: auto;
}
.match-detail__score-wrapper[data-v-0bd05e70] {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.match-detail__score-wrapper .score[data-v-0bd05e70] {
  min-width: 1.25rem;
  min-height: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.688rem;
  font-family: var(--weight-700);
}
.match-detail__name[data-v-0bd05e70] {
  width: 9rem;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.match-middle[data-v-0bd05e70] {
  flex: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.match-middle__seperator[data-v-0bd05e70] {
  margin: 0 0.5rem;
  font-family: var(--weight-700);
  font-family: var(--weight-700);
}
.has-subleague-fav[data-v-0bd05e70] {
  margin-right: 0.25rem;
}
.penalty-compact-label[data-v-0bd05e70] {
  border-radius: var(--size-radius-100);
  background: var(--color-background-brand-default);
  padding: 2px 4px;
  font-size: 0.813rem;
  font-family: var(--weight-700);
  color: var(--color-tag-active-text);
  position: absolute;
  top: -0.4rem;
  right: -0.6rem;
}
.penalty-score[data-v-0bd05e70] {
  border-left: 1px solid var(--color-grey-40);
}
.home-match__league-group[data-v-0bd05e70] {
  font-size: 9px;
  color: var(--color-grey-light);
  padding-left: 2.5rem;
  margin-bottom: 5.33px;
}
@media (max-width: 400px) {
.home-match__team-name[data-v-0bd05e70] {
    /* display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 9.5rem;
}
.home-match__team-name.with-fav-star[data-v-0bd05e70],
  .home-match__team-name.with-penalty-score[data-v-0bd05e70] {
    max-width: 8.5rem;
}
.home-match__team-name.with-fav-star.with-penalty-score[data-v-0bd05e70],
  .home-match__team-name.with-penalty-score.with-penalty-win[data-v-0bd05e70] {
    max-width: 7.5rem;
}
.home-match__team-name.with-fav-star.with-penalty-score.with-penalty-win[data-v-0bd05e70] {
    max-width: 6.5rem;
}
}
@media (max-width: 320px) {
.home-match__team-name[data-v-0bd05e70] {
    max-width: 8rem;
}
.home-match__team-name.with-fav-star[data-v-0bd05e70],
  .home-match__team-name.with-penalty-score[data-v-0bd05e70] {
    max-width: 7rem;
}
.home-match__team-name.with-fav-star.with-penalty-score[data-v-0bd05e70],
  .home-match__team-name.with-penalty-score.with-penalty-win[data-v-0bd05e70] {
    max-width: 6rem;
}
.home-match__team-name.with-fav-star.with-penalty-score.with-penalty-win[data-v-0bd05e70] {
    max-width: 5rem;
}
}
@media (max-width: 768px) {
  /* for test */
.match-container:hover .home-match__score-card__wrapper[data-v-0bd05e70] {
    background-color: var(--color-theme);
}
.hkfc-date__wrapper[data-v-0bd05e70] {
    margin-bottom: 32px;
    padding: 0 1rem;
}
.hkfc-live-video__wrapper[data-v-0bd05e70] {
    margin-bottom: 32px;
    height: 45vw;
}
.hkfc-countdown__day[data-v-0bd05e70] {
    font-size: 9px;
}
.hkfc-countdown__number[data-v-0bd05e70] {
    font-size: 11px;
}
.hkfc-countdown__card-container[data-v-0bd05e70] {
    font-size: 11px;
    margin-right: 4px;
}
.hkfc-countdown__card[data-v-0bd05e70] {
    min-width: 32px;
    height: 32px;
    margin-right: 4px;
}
.hkfc-countdown[data-v-0bd05e70] {
    bottom: 13vw;
}
}

