/*! custom_theme_pro - v4.0.0 - 20-04-2026 */
.custom_theme-widget-table-of-contents .custom_theme-toc__header-title{color:var(--header-color)}.custom_theme-widget-table-of-contents.custom_theme-toc--collapsed .custom_theme-toc__toggle-button--collapse,.custom_theme-widget-table-of-contents:not(.custom_theme-toc--collapsed) .custom_theme-toc__toggle-button--expand{display:none}.custom_theme-widget-table-of-contents .custom_theme-widget-container,.custom_theme-widget-table-of-contents:not(:has(.custom_theme-widget-container)){background-color:var(--box-background-color);border:var(--box-border-width,1px) solid var(--box-border-color,#9da5ae);border-radius:var(--box-border-radius,3px);min-height:var(--box-min-height);overflow:hidden;transition:min-height .4s}.custom_theme-toc__header{align-items:center;background-color:var(--header-background-color);border-bottom:var(--separator-width,1px) solid var(--box-border-color,#9da5ae);display:flex;justify-content:flex-end;padding:var(--box-padding,20px)}.custom_theme-toc__header-title{color:var(--header-color);flex-grow:1;font-size:18px;margin:0}.custom_theme-toc__toggle-button{cursor:pointer;display:inline-flex}.custom_theme-toc__toggle-button i{color:var(--toggle-button-color)}.custom_theme-toc__toggle-button svg{fill:var(--toggle-button-color);height:1em;width:1em}.custom_theme-toc__spinner-container{text-align:center}.custom_theme-toc__spinner{font-size:2em}.custom_theme-toc__spinner.e-font-icon-svg{height:1em;width:1em}.custom_theme-toc__body{max-height:var(--toc-body-max-height);overflow-y:auto;padding:var(--box-padding,20px)}.custom_theme-toc__body::-webkit-scrollbar{width:7px}.custom_theme-toc__body::-webkit-scrollbar-thumb{background-color:#babfc5;border-radius:10px}.custom_theme-toc__list-wrapper{list-style:none;padding:0}.custom_theme-toc__list-item{margin-bottom:.5em}.custom_theme-toc__list-item.custom_theme-item-active{font-weight:700}.custom_theme-toc__list-item .custom_theme-toc__list-wrapper{margin-top:.5em;margin-inline-start:var(--nested-list-indent,1em)}.custom_theme-toc__list-item-text{transition-duration:var(--item-text-transition-duration)}.custom_theme-toc__list-item-text:hover{color:var(--item-text-hover-color);-webkit-text-decoration:var(--item-text-hover-decoration);text-decoration:var(--item-text-hover-decoration)}.custom_theme-toc__list-item-text.custom_theme-item-active{color:var(--item-text-active-color);-webkit-text-decoration:var(--item-text-active-decoration);text-decoration:var(--item-text-active-decoration)}.custom_theme-toc__list-item-text-wrapper{align-items:center;display:flex}.custom_theme-toc__list-item-text-wrapper i,.custom_theme-toc__list-item-text-wrapper:before{color:var(--marker-color);margin-inline-end:8px}.custom_theme-toc__list-item-text-wrapper svg{fill:var(--marker-color);height:var(--marker-size,.5em);margin-inline-end:8px;width:var(--marker-size,.5em)}.custom_theme-toc__list-item-text-wrapper i{font-size:var(--marker-size,.5em)}.custom_theme-toc__list-item-text-wrapper:before{font-size:var(--marker-size,1em)}.custom_theme-toc--content-ellipsis .custom_theme-toc__list-item-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom_theme-toc__list-items--collapsible>.custom_theme-toc__list-wrapper>.custom_theme-toc__list-item>.custom_theme-toc__list-wrapper{display:none}.custom_theme-toc__heading-anchor{position:absolute}.custom_theme-toc__body .custom_theme-toc__list-item-text{color:var(--item-text-color);-webkit-text-decoration:var(--item-text-decoration);text-decoration:var(--item-text-decoration);transition-duration:var(--item-text-transition-duration)}.custom_theme-toc__body .custom_theme-toc__list-item-text:hover{color:var(--item-text-hover-color);-webkit-text-decoration:var(--item-text-hover-decoration);text-decoration:var(--item-text-hover-decoration)}.custom_theme-toc__body .custom_theme-toc__list-item-text.custom_theme-item-active{color:var(--item-text-active-color);-webkit-text-decoration:var(--item-text-active-decoration);text-decoration:var(--item-text-active-decoration)}ol.custom_theme-toc__list-wrapper{counter-reset:item}ol.custom_theme-toc__list-wrapper .custom_theme-toc__list-item{counter-increment:item}ol.custom_theme-toc__list-wrapper .custom_theme-toc__list-item-text-wrapper:before{content:counters(item,".") ". "}