@import '../../common/style/gp-match/mixin.scss';
@import '../../common/style/gp-match/palette.scss';

.press-card__title--ready,
.press-card__title--playing {
  height: 2.28rem;
  padding-top: .4rem;
  box-sizing: border-box;
}


.press-card__title--ready,
.press-card__title--playing {
  padding-top: .62rem;
  box-sizing: border-box;
}


.press-card__title-name {
  color: #fff;
  font-size: .36rem;
  margin-bottom: .24rem;

  &::before {
    display: none;
  }

  &::after {
    display: none;
  }
}

.press-card__title-name--playing {
  text-align: center;
  background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/horizon/match-processing-w.png) center top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 3.6rem;
  height: 1.47rem;
  font-size: 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;

  &+.press-card__description {
    text-align: center;
    color: #fff;
    font-size: $font-m;
    margin-top: .1rem;
  }

  &::after {
    content: none;
  }

  &::before {
    content: none;
  }
}

.ingame-mine-horz {
  .press-card__title--playing {
    padding-top: .32rem;
  }

  .press-card__title-name--playing {
    width: 3.02rem;
    height: .83rem;
    background-image: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/horizon/match-processing.png);
  }

  .press-card__description {
    color: rgba(33,33,36,.75);
    font-size: .2rem;
  }
}
