@import '../../common/style/act/button/_button-pc-game-life.scss';

.press-act:not(.press-act--hidden-tip) {
  &.press__goods-item {
    width: 100%;
    min-height: 150px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 10px;
    background: #fff;
  }

  .press__content {
    width: 100%;
    display: flex;
    align-items: center;
    line-height: 0;
  }

  .press__image {
    width: 110px;
    height: 110px;
    box-sizing: border-box;
    display: block;
    margin-right: 15px;
    flex-shrink: 0;

    img {
      width: 100%;
      height: 100%;
      display: block;
    }
  }

  .press__meta {
    flex: 1;
    overflow: hidden;
    color: $color-gray-2;
    font-size: $font-s;
    line-height: 20px;
  }

  .press__name {
    color: $color-gray-1;
    font-size: $font-l;
    line-height: 26px;
    display: block;
    margin-bottom: 5px;
  }

  .press__provider,
  .press__description,
  .press__tip {
    display: block;
  }

  .press__provider {
    margin-bottom: 5px;
  }

  .tip-comp-goods-status-btn-waiting,
  .press__goods-button--delivered {
    width: 130px;
    height: 40px;
    border-radius: 6px;
    background: #ccc;
    font-size: $font-m;
    color: #fff;
    text-align: center;
    line-height: 40px;
  }
}