.table-container{background:#fff;margin-bottom:30px;margin-left:16px;width:100%}.table-container h2{color:#353535;font-size:16px;margin-bottom:20px;padding-bottom:5px}#table-list{list-style:none;margin:0;padding:0;position:relative}#table-list:before{background:#d9d9d9;bottom:10px}#table-list:after,#table-list:before{content:"";left:9px;position:absolute;top:10px;width:2px;z-index:0}#table-list:after{background:#b8c1fd;height:var(--toc-progress,0);transition:height .2s}.table-item{align-items:center;display:flex;gap:15px;padding:10px 0;position:relative}.table-dot{background:#d9d9d9;border-radius:50%;flex-shrink:0;height:20px;min-width:20px;transition:background .3s;width:20px;z-index:1}.table-item.is-visited .table-dot{background:#b8c1fd}.table-item.is-active .table-dot{background:#7284fa}.table-item a{color:#353535;font-size:14px;font-weight:600;line-height:1.4;text-decoration:none;transition:color .2s ease-in-out}.table-item a:hover{text-decoration:underline}.table-h3{max-height:200px;opacity:1;overflow:hidden;padding-left:32px;padding-top:10px;transition:max-height .4s ease,opacity .4s ease,padding .4s ease}.table-h3.is-collapsed{max-height:0;opacity:0;padding-bottom:0;padding-top:0}.table-h3 a{color:#353535;font-size:14px;font-weight:400}@media (max-width:767px){.table-container{display:none}}