.table-pagination-shell {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.table-pagination-top,
.table-pagination-bottom {
  padding: 0.5rem 1rem;
}

.table-scroll-wrap {
  width: 100%;
}

.table-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}

.table-scroll > table {
  min-width: 100%;
}

.scrollbar-mirror {
  overflow-x: auto;
  overflow-y: hidden;
  height: 14px;
  display: none;
}

.scrollbar-mirror.is-active {
  display: block;
}

.scrollbar-mirror-inner {
  height: 1px;
}

.scrollbar-mirror-top {
  margin-bottom: 0.25rem;
}

.scrollbar-mirror-bottom {
  margin-top: 0.25rem;
}
