#sources-table tbody td {
  text-align: start;
  padding: 8px 12px;
  border-bottom: var(--pico-border-width) solid var(--pico-table-border-color);
  border-top: var(--pico-border-width) solid var(--pico-table-border-color);
}

#sources-table thead th .column-header {
  justify-content: start;
  padding: 8px 12px;
}

#sources-table .pagination {
  margin: unset;
}

#sources-table .pagination .opened-tab {
  color: var(--pico-primary);
}

.data-sources-page {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.data-sources-page__section {
  min-height: 0;
}

.data-sources-page__section-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.data-sources-page__section-header--spaced {
  align-items: center;
  margin-top: 0.75rem;
}

.data-sources-page__section-body {
  flex: 1;
  min-height: 0;
}

.data-sources-page__summary {
  min-height: 0;
}

.data-sources-page__uploads {
  height: 58vh;
  min-height: 360px;
}

.data-sources-page__summary .datatable {
  height: auto;
}

.data-sources-page__uploads .datatable {
  height: 100%;
}

.data-sources-page__summary .datatable-scroll {
  height: auto;
  max-height: 180px;
  overflow: auto;
}

.data-sources-page__uploads .datatable-scroll {
  height: 100%;
  max-height: 100%;
  overflow: auto;
}