.tree{flex-grow:1;margin:0;padding:0}.tree-item{flex-direction:column;margin-top:0;padding-left:0;list-style:none;display:flex}.tree-item-content{cursor:pointer;max-height:var(--control-height-md);min-height:var(--control-height-md);z-index:0;border-radius:18px;flex-grow:1;align-items:center;gap:8px;padding:0 10px;display:flex;position:relative}.tree-item-content:before{content:"";transition:background-color .15s var(--anim-curve),transition .15s var(--anim-curve),inset .15s var(--anim-curve);z-index:-1;background-color:#0000;border-radius:40px;position:absolute;inset:8px}.tree-item-content.button-active,.tree-item-content:hover:before{background-color:var(--color-background-secondary);inset:0}.tree-item-content .tree-item-row-active .button-active{font-variation-settings:"wght" 600}.tree-item-row{flex-wrap:nowrap;gap:4px}.tree-item-row,.tree-item-trailing{flex-direction:row;align-items:center;display:flex}.tree-item-icon{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.tree-item-children{border-left:1px solid var(--color-border-strong);margin-left:16px;padding-left:8px}
