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


.press-schedule {
  display: flex;
  flex-direction: column;
  height: inherit;
  overflow: hidden;


  .press-schedule__card {
    background: linear-gradient(99deg, rgba(230, 234, 239, .95) 11.15%, rgba(255, 255, 255, .95) 63.01%);
    width: 7.1rem;
    margin: .24rem auto;

    &:first-child {
      margin-top: 0;
    }
  }

  .press-schedule__session {
    font-size: $font-s;
    line-height: .74rem;
    height: .72rem;
    color: rgba(33, 33, 36, .5);
    padding-left: .32rem;
    width: 100%;
    background: #fbfbfb url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/tab-schedule-bg.png) no-repeat;
    background-size: 100% auto;
  }

  .press-schedule__filter {
    display: flex;
    justify-content: flex-end;
    margin-top: .32rem;
    padding-right: .36rem;
    padding-bottom: .22rem;
    display: flex;
    align-items: center;

    .press-schedule__filter-label {
      line-height: .48rem;
      color: #000;
      font-size: .28rem;
    }

    .press-schedule__icon-downward {
      transform: rotate(-90deg);
      color: $color-gray;
    }
  }

  .press-schedule__list {
    flex: 1;
    overflow-y: auto;
  }

  .press_icon-down-triangle {
    width: .32rem;
    height: .32rem;
    background: url(https://image-1251917893.file.myqcloud.com/tip-project/pubg/pubg-match/icon-down-triangle.png) no-repeat;
    background-size: 100% auto;
  }

}
