.bb-list-card {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 10px;

  .item-picture {
    width: 46px;
    height: 46px;
    margin-right: 10px;
    font-size: 20px;
    line-height: 12px;
  }
}

.bb-list-card-info {
  color: #697180;
}

.bb-list-card-info__name {
  font-weight: bold;
  color: #333;
}

.bb-list-card__actions {
  position: absolute;
  right: 10px;
}

.bb-list-card__btn--remove {
  &.close {
    opacity: 1;
    font-size: 24px;
    font-weight: 400;
    color: $bb-secondary;

    &[disabled] {
      color: #adadad;
      cursor: not-allowed;
    }
  }
}