/* Wrap long entries in pydata-sphinx-theme right sidebar */

.bd-sidebar-secondary .sidebar-secondary-item,
.bd-sidebar-secondary .sidebar-secondary-item * {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.bd-sidebar-secondary .toc-entry a.nav-link,
.bd-sidebar-secondary .page-toc a,
.bd-sidebar-secondary .tocsection a {
  white-space: normal !important;
  text-overflow: clip !important;
  overflow: visible !important;
  line-height: 1.35;
}

.bd-sidebar-secondary .toc-entry code,
.bd-sidebar-secondary .toc-entry .docutils.literal,
.bd-sidebar-secondary .toc-entry .pre,
.bd-sidebar-secondary .page-toc code,
.bd-sidebar-secondary .page-toc .docutils.literal,
.bd-sidebar-secondary .page-toc .pre {
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}
