/* Allow wrapping in list-table cells */
table.docutils td {
  white-space: normal !important;
  word-break: break-word;
}

/* Optional: set maximum width for columns */
table.docutils td:nth-child(1) { max-width: 12rem; }
table.docutils td:nth-child(2) { max-width: 20rem; }
table.docutils td:nth-child(3) { max-width: 30rem; }
