:host {
  display: flex;
  flex-direction: column;
  padding-right: 30px;

  .crud__model__body {
    margin-top: 20px;
  }

  .wg-cust-field-bql-filter {
    max-width: 900px;
  }

  .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .bql-filter {
    display: block;
    margin-top: 12px;
  }

  .bql-text-wrapper,
  .show-columns {
    display: flex;
    align-items: flex-start;

    max-width: 1100px;

    border: 1px solid var(--color-gray-aaa);
    border-radius: 4px;
  }

  .bql-text-wrapper {
    .bql-help-icon {
      position: sticky;
      top: 0;
      margin: 3px;
      color: var(--color-gray-aaa);
    }

    textarea {
      resize: vertical;

      flex: 1;

      min-height: 100%;

      background: var(--color-gray-fff, #fff);
      border: none;
      outline: none;
    }
  }

  .show-columns-wrapper ctr-model-fields-multi-select {
    min-width: 100%;
  }

  .show-columns:has(.edit-mode) {
    border: none;
  }

  .hint {
    font-size: 13px;
    color: var(--color-gray-aaa);
  }

  .tab-group {
    margin-bottom: 20px;
  }
}
