.pisell-lowcode-holder-item {
  &-wrap {
    height: 100%;
    border: 1px solid transparent;

    .pisell-lowcode-card-body {
      height: 100%;
      position: relative;
    }
  }

  &-wrap-selected {
    border: none;
  }

  &-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 100%;
    color: var(--Text-Text_1, #1b1b1b);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    width: 100%;
    text-align: center;

    // 确保头像不变形
    .pisell-lowcode-avatar {
      flex-shrink: 0;
    }
  }

  &-add-avatar {
    background: #f4ebff !important;
  }

  &-card-horizontal {
    flex-direction: row;
    gap: 20px;

    .pisell-lowcode-holder-item-info {
      align-items: flex-start;
      text-align: left;
      flex: 1;
    }
  }

  &-check-icon {
    position: absolute;
    right: 6px;
    bottom: 6px;
    color: #d0d5dd;
    font-size: 14px;
  }

  &-check-icon-selected {
    color: #7f56d9;
  }

  &-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    color: #1b1b1b;
    font-size: 14px;
    font-weight: 400;
    word-wrap: break-word;
  }

  &-name {
    width: 100%;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
  }

  &-subtitle {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
  }

  &-extra-field {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
