.pisell-lowcode-statistic-list-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  .pisell-lowcode-statistic-list-item {
    padding: 16px 16px 16px 0;
    border-radius: 8px;
    border: 1px solid var(--Gray-600, #475467);
    .pisell-lowcode-statistic-list-item-label {
      color: var(--Base-White, #fff);
      font-size: 14px;
      font-weight: 600;
      line-height: 20px; /* 142.857% */
      display: flex;
      gap: 10px;
      align-items: center;
      .pisell-lowcode-statistic-list-item-label-tip-icon {
        font-size: 20px;
      }
    }
    .pisell-lowcode-statistic-list-item-value {
      color: var(--Base-White, #fff);
      font-size: 18px;
      font-weight: 700;
      line-height: 28px; /* 155.556% */
    }
    .pisell-lowcode-statistic-list-item-children-wrap {
      .pisell-lowcode-statistic-list-item-children-item {
        display: flex;
        align-items: baseline;
      }
      .pisell-lowcode-statistic-list-item-children-label {
        color: var(--Base-White, #fff);
        font-size: 14px;
        font-weight: 400;
        line-height: 18px; /* 150% */
        margin-right: 4px;
        opacity: 0.7;
      }
      .pisell-lowcode-statistic-list-item-children-value {
        color: var(--Base-White, #fff);
        font-size: 18px;
        font-weight: 700;
        line-height: 28px; /* 155.556% */
      }
    }
  }
}
