/* components/pages/table.css — TablePage (P02). */

.cmp-page-table {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  min-width: 0;
}

.cmp-page-table__table-wrap {
  width: 100%;
  min-width: 0;
}
