/* Make right sidebar wider */
.bd-sidebar-secondary {
    min-width: 300px !important;
    max-width: 400px !important;
}

/* Override ALL pydata theme ToC truncation — force wrapping */
.pst-page-toc-nav .nav {
    overflow: visible !important;
    white-space: normal !important;
}

.pst-page-toc-nav .nav-item,
.pst-page-toc-nav .nav-item *,
.pst-page-toc-nav .nav-link,
.pst-page-toc-nav .nav-link *,
.pst-page-toc-nav .toc-entry,
.pst-page-toc-nav .toc-entry * {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
}

/* The actual text spans — allow wrapping and break long words */
.pst-page-toc-nav .nav-link span {
    display: inline !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    max-width: 100% !important;
}
