.pisell-lowcode__subtotal-wrap {
  padding: 20px;
}

.pisell-lowcode__subtotal-divider {
  margin: 8px 0;
}

.pisell-lowcode__subtotal-item {

  width: 100%;
  display: flex;
  justify-content: space-between;

  .pisell-lowcode__subtotal-item-label {
    color: var(--Base-Black, #000);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }

  .pisell-lowcode__subtotal-item-value {
    color: var(--Base-Black, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }

  &.pisell-lowcode__subtotal-item-bold {
    .pisell-lowcode__subtotal-item-label {
      font-weight: 700;
    }

    .pisell-lowcode__subtotal-item-value {
      color: var(--Blue-600, #1570EF);
      font-weight: 700;
    }
  }
}

.pisell-lowcode__subtotal-describe {
  color: var(--Gray-500, #667085);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.pisell-lowcode__subtotal-list {
  display: flex;
  width: 100%;
  margin-top: 2px;

  .pisell-lowcode__subtotal-item-block {
    flex: 1;

    .pisell-lowcode__subtotal-item-wrap {
      display: flex;
      width: 100%;
      gap: 8px;
      flex-direction: column;


    }
  }


}