@pricePrefixCls: fxm-product-card-chat;

.fxm-product-card-chat {
  display: flex;
  // padding: @product-item-font-12;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  &:last-child {
    border-bottom: 0;
  }

  &-productImg {
    width: 88px;
    height: 88px;
    border-radius: 4px;
    margin-right: 12px;
  }

  &-contDesProductPri {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  &-contDesProductName {
    height: 32px;
    font-size: 14px;
    font-family: SFProText-Regular, SFProText;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    line-height: 16px;
  }

  &-buyBtn {
    height: 24px;
    background: linear-gradient(90deg, #FF5252 0%, #FF3434 100%);
    border-radius: 12px;
    font-size: 12px;
    font-family: SFProText-Regular, SFProText;
    font-weight: 400;
    color: #F7F7F7;
    line-height: 24px;
    padding: 0 12px;
    border: none;
    margin-top: 5px;
  }
}
