button.button-secondary {
  border-color: var(--color-border-neutral-default);
}

:host {
  display: grid;
  grid-template-rows: max-content 1fr max-content;
  overflow: auto;
  block-size: 100%;
}

.section {
  display: contents;
}

.header__field-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.tabular-grid {
  contain: size;
}

.data ch-tabular-grid-cell:is(:nth-child(2), :nth-child(3), :nth-child(4)) {
  align-items: start;
  justify-content: start;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-inline-size: 0;
}
ch-tabular-grid.empty-result::part(main) {
  overflow: hidden;
}

ch-tabular-grid-rowset-empty {
  position: relative;
}