.pisell-lowcode-page-header-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 12px;
  .pisell-lowcode-page-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;

    .pisell-lowcode-page-header-left {
      display: flex;
      flex-direction: column;
      gap: 0px !important;
    }

    .pisell-lowcode-page-header-title {
      color: var(--Colors-Neutral-Text-colorText, rgba(0, 0, 0, 0.88));
      font-size: var(--Typography-Font-Size-fontSizeHeading4, 20px);
      font-weight: var(--Typography-Font-Weight-fontWeightStrong, 700);
      line-height: var(
        --Typography-Line-Height-lineHeightHeading4,
        40px
      );
    }

    .pisell-lowcode-page-header-extra {
      display: flex;
      align-items: center;
      gap: 8px;
    }
  }
  .pisell-lowcode-page-header-sub-title {
    color: var(--Colors-Neutral-Text-colorTextSecondary, rgba(0, 0, 0, 0.65));
    font-size: var(--Typography-Font-Size-fontSize, 14px);
    font-style: normal;
    font-weight: var(--Typography-Font-Weight-fontWeightNormal, 400);
    line-height: var(--Typography-Line-Height-lineHeight, 22px);
  }

  .pisell-lowcode-page-header-divider {
    margin: 16px 0 0;
  }
}
