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

.press__grouping {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: .24rem;
  color: rgba(33, 33, 36, .75);
}

.press__team-group {
  display: flex;
  margin-top: .24rem;
  // overflow-x: auto;
  // overflow-y: hidden;
}

.press__team-item {
  width: 3.32rem;
  margin-right: .2rem;

  .press__item-top {
    padding-top: .24rem;
    width: 3.32rem;
    height: 1.32rem;
    background-image: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/horizon/team-item-top.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .press__team-name {
    text-align: center;
    font-size: .36rem;
    color: #fff;
  }

  .press__team-desc {
    margin-top: .04rem;
    text-align: center;
    font-size: .24rem;
    color: rgba(255, 255, 255, .60);
  }

  .press__item-bottom {
    height: 3.26rem;
    background: #fff;
    padding: .24rem;
  }

  .press__item-logos {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 100%;
    overflow-y: auto;
  }

  .press__item-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: .8rem;
    height: .8rem;
    background: linear-gradient(180deg, #d6dadd 0%, #dee1e6 100%);
    margin: 0 .2rem .16rem 0;

    &:nth-child(3n) {
      margin-right: 0;
    }

    img {
      width: .66rem;
      height: .66rem;
      object-fit: contain;
    }
  }
}