.root {
  -st-states: horizontalScroll;
  display: flex;
  min-width: 100%;
  width: auto;
}

.thead {
  display: inline-flex;
  min-width: 100%;
}

.root td,
.root th {
  align-items: center;
  display: flex;
}

.root:horizontalScroll td,
.root:horizontalScroll th {
  flex-shrink: 0;
}

.root th {
  justify-content: start;
}

