@use '@carbon/layout';
@use '@carbon/colors';

.dataTable {
  display: flex;
  flex-direction: column;
  border: 1px solid colors.$gray-20;

  & > section {
    position: relative;
    margin-bottom: layout.$spacing-01;
  }
}

.widgetCard {
  background-color: colors.$white;
  border: 1px solid colors.$gray-20;
}

.dataTableContainer {
  display: flex;
  flex-direction: column;
}

.filtersContainer {
  display: flex;
  justify-content: space-between;
  margin: layout.$spacing-05 0;
  column-gap: layout.$spacing-05;
}
