/* Fix autosummary table wrapping */
.wy-table-responsive table td,
.wy-table-responsive table th {
    white-space: normal !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Optional: prevent horizontal scrolling container */
.wy-table-responsive {
    overflow-x: visible !important;
}