#toc a:not(:hover){text-decoration:none}#toc ul{display:flex;flex-direction:column;gap:.75rem;list-style-type:none;padding-left:0}@media (min-width:768px){#toc{position:relative}#toc:before{border-left:1px solid var(--c-detail);content:"";height:100%;left:2px;position:absolute}#toc li{padding-left:1rem;position:relative;z-index:1}#toc li.active:before{background:var(--green-500);border-radius:3px;content:"";height:100%;margin-left:-1rem;position:absolute;width:5px;z-index:1}#toc ul ul li{padding-left:2rem}#toc ul ul ul li{padding-left:3rem}#toc ul ul li.active:before{margin-left:-2rem}#toc ul ul ul li.active:before{margin-left:-3rem}}