.pisell-lowcode-app-card {
  background: #fff;
  border: 1px solid #f0f0f0;
  cursor: auto;

  .pisell-lowcode-card-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    &::before {
        display: none;
    }
    &::after {
        display: none;
    }
  }

  .pisell-lowcode-app-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    .pisell-lowcode-app-card-header-left {
      .anticon {
        font-size: 32px !important;
      }
    }
  }

  .pisell-lowcode-app-card-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    .pisell-lowcode-app-card-content-title {
      color: var(--Gray-900, #101828);
      font-size: 18px;
      font-weight: 600;
      line-height: 28px; /* 155.556% */
    }
    .pisell-lowcode-app-card-content-description {
        color: var(--Gray-600, #475467);
        font-size: 14px;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
    }
    .pisell-lowcode-app-card-content-tags {
        display: flex;
        gap: 8px;
    }
  }

  .pisell-lowcode-app-card-footer {
    display: flex;
    gap: 12px;
  }
}
