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


.press-data {
  margin: 0 auto;
  box-shadow: 0px 0px 10px rgba(83, 71, 134, .38);

  width: 7.5rem;
  padding: 0;

  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;

  &__head {
    @include flex-content;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/table-thead-bg.png) center top;
    background-size: cover;
    background-repeat: no-repeat;
    
    width: 7.5rem;
    height: .64rem;
    padding: 0 .48rem;
  
    color: #fff;
    font-size: $font-xs;
    line-height: .44rem;
    letter-spacing: -1px;
  }
  
  &__head-item {
    flex: 1;
    text-align: left;
    
    &:last-child {
      text-align: right;
    }
  }
  
  &__item {
    @include flex-content;
    font-size: $font-s;
    line-height: .88rem;
    color: $color-main;
      
    background: linear-gradient(90.06deg, #5400d6 15.83%, #6000fa 95.19%);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, .25);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .25);
  
    width: 7.5rem;
    padding: 0 .48rem;
    color: #fff;
  }
  
  
  &__cell--number {
    font-size: $font-m;
    font-family: 'AgencyFB-Bold';
    
    .press-data__cell-inner {
      display: block;
      width: .66rem;
      text-align: center;
    }
  }
  
  &__cell--score {
    .press-data__cell-inner {
      font-size: $font-m;
      font-family: 'AgencyFB-Bold';
    }
  }
  
  &__cell {
    font-family: 'AgencyFB-Bold';
    font-size: .28rem;
    text-align: left;
    flex: 1;
  
    &:nth-child(4) {
      text-align: right;
    }
  }
}

