/* Modern Tables – Smart Column Widths */
.mt-scroll {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
}
.mt-enhanced {
  width: 100% !important;
  table-layout: fixed !important;
  border-collapse: collapse !important;
}
.mt-enhanced th, .mt-enhanced td {
  word-wrap: break-word !important;
  overflow-wrap: anywhere !important;
  white-space: normal !important;
}

/* Optional: keep header sticky hint (disabled by default) */
/*
.mt-scroll .mt-enhanced thead th {
  position: sticky !important;
  top: 0 !important;
  z-index: 2 !important;
  background: inherit !important;
}
*/
