/**
 * DataTables: keep length (show records), filter (search), info and pagination
 * visible when the table scrolls horizontally. The JS moves only the table into
 * a scroll div so controls stay fixed; this file styles the scroll wrapper.
 */
.datatable-table-scroll-wrap.overflow-auto {
  /* Wrapper created by datatable-sticky-controls.js – only the table scrolls here */
  width: 100%;
}
