.pisell-lowcode-data-source-form-group {
  display: flex;
  padding: 20px 20px 0;
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #d0d5dd);
  margin-bottom: 24px;
  .pisell-lowcode-data-source-form-group-title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 24px;
  }
  .pisell-lowcode-data-source-form-group-description {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 20px;
  }
  &-top {
    flex-direction: column;
  }
  &-side {
    flex-direction: row;
    border: none;
    padding: 0;
    .pisell-lowcode-data-source-form-group-content {
      border: 1px solid var(--Gray-300, #d0d5dd);
      border-radius: 8px;
      padding: 20px 20px 0;
    }
  }
  &-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 20px;
  }
  &-content {
    flex: 1;
  }
}
