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

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

  &.press-data--fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;

    width: 7.5rem;
    padding: 0;
  }
}


.press-data__top {
  height: .88rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  line-height: .88rem;
  font-size: .28rem;
  border-radius: 2px 2px 0 0;
  
  width: 7.5rem;
  padding: 0 .16rem;
  background: linear-gradient(90.06deg, #5400d6 15.83%, #6000fa 95.19%);
  box-shadow: 0px 0px 10px rgba(196, 193, 205, .8);

  .p {
    color: $color-white;
    font-family: 'AgencyFB-Bold';

    &:first-of-type {
      width: 3.6rem;
      text-align: left;
      @extend %t-ellipsis;
    }
  }
	
  span {
    font-family: 'AgencyFB-Bold';
    font-size: .36rem;
    padding: 0 .1rem;
  }
	
  .i {
    font-size: $font-s;
  }
}
