.family-tree-svg-container{background-color:var(--background-page);border:var(--border);border-radius:var(--rounding);flex-direction:row;justify-content:center;margin-top:0;padding:.5rem;display:flex;overflow:auto}svg{& .language-family-node{& a{text-decoration:none;&:hover path{stroke:var(--foreground-secondary)}}& text{fill:var(--foreground-primary);font-family:inherit;font-size:12px}& path{transition:stroke var(--duration-very-fast)ease-in-out;fill:var(--background-panel);stroke:var(--border-color);stroke-width:1px}}& .language-family-edge{& polygon{fill:var(--foreground-secondary);stroke:var(--foreground-secondary)}& path{stroke:var(--foreground-secondary);stroke-width:1px}}}