.docs-mobile-toc-container{display:flex;flex-direction:column;gap:24px;padding:16px 24px;border-radius:2px;background:#fff;border:1.5px solid #d5d9eb;position:relative}@media (min-width:1400px){.docs-mobile-toc-container{padding:32px 24px}}.docs-mobile-toc-title{text-transform:uppercase;margin:0!important;display:flex;justify-content:space-between}.docs-mobile-toc-title svg{transition:transform .3s ease-in-out}.docs-mobile-toc-title.expanded svg{transform:rotate(-180deg)}.docs-mobile-toc-dropdown-trigger{border:none;outline:0;background:0 0;position:absolute;width:100%;height:58px;top:0;left:0;z-index:10}@media (min-width:1400px){.docs-mobile-toc-dropdown-trigger{display:none}}.docs-mobile-toc-inner .toc-list{position:relative;overflow:hidden;padding:0}.docs-mobile-toc-inner .toc-list .toc-list-item{list-style:none}.docs-mobile-toc-inner .toc-list a{padding-left:24px;display:block;text-decoration:none;padding:6px 12px;color:#374073;font-weight:500;font-size:16px;position:relative;font-family:"DM Sans",sans-serif}.docs-mobile-toc-inner .toc-list a::before{background-color:#d5d9eb;top:0}.docs-mobile-toc-inner .toc-list a.is-active-link{font-weight:500;background:rgba(26,49,255,.05)}.docs-mobile-toc-inner .toc-list a.is-active-link::before{background-color:#1a31ff}