.saas-team-members {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 16px;
  display: flex;
  flex-direction: column;

  &-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e8e8e8;

    &-left {
      h2 {
        margin: 0 0 8px 0;
        font-size: 24px;
        font-weight: 600;
        color: rgba(0, 0, 0, 0.85);
      }

      p {
        margin: 0;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.45);
      }
    }

    &-right {
      display: flex;
      gap: 8px;
    }
  }

  &-filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 12px;

    .pisell-lowcode-input-search {
      flex-shrink: 0;
    }
  }

  .pisell-lowcode-table {
    .pisell-lowcode-tag {
      margin: 2px;
    }
  }

  // 抽屉样式
  // .pisell-lowcode-drawer-body {
  //   padding-top: 24px;

  //   .pisell-lowcode-divider-with-text-left {
  //     margin: 24px 0 16px 0;

  //     &:first-child {
  //       margin-top: 0;
  //     }

  //     .pisell-lowcode-divider-inner-text {
  //       font-weight: 600;
  //       font-size: 16px;
  //       color: rgba(0, 0, 0, 0.85);
  //     }
  //   }

  //   .pisell-lowcode-form {
  //     .pisell-lowcode-form-item {
  //       margin-bottom: 16px;
  //     }

  //     .pisell-lowcode-form-item-label {
  //       label {
  //         font-weight: 500;
  //       }
  //     }
  //   }
  // }
}
