/* Enable word wrap for table cells.
 * https://github.com/readthedocs/sphinx_rtd_theme/issues/1505#issuecomment-2258832864
 */
.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: normal;
}
