@import '../../common/style/act/button/_button-pvp.scss';

.press-act:not(.press-act--hidden-tip) {
  &.press__goods-item {
    display: flex;
    flex: 1;
    padding: .24rem;
    color: $color-blue-3;
    background: rgba(17, 36, 57, .3);
    box-shadow: inset 0 0 0 0 rgba(68, 114, 163, .2);
    margin-bottom: .08rem;
    margin-right: .1rem;
  }

  .press__content {
    overflow: hidden;
    display: flex;
    width: 100%;
    align-items: center;
  }

  .press__image {
    height: 1.12rem;
    width: 1.12rem;
    margin-right: .22rem;
    pointer-events: none;

    image {
      width: 100%;
    }
  }

  .press__name {
    font-size: $font-s;
    color: #f6f6fa;
  }

  .press__meta {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    justify-content: space-around;
  }

  .press__provider {
    font-size: $font-xxs;
    color: $color-blue-5;
  }

  .press__description {
    font-size: $font-xxxs;
    color: $color-blue-3;
  }

  .press__goods-button {
    font-size: $font-xxs;
    width: 1.3rem;
    text-align: center;
  }
}