.tree-traversal-demo{width:100%;margin-bottom:20px;border:1px solid #ddd;border-radius:4px;padding:1rem}.tooltip{cursor:help;font-style:italic}.trie-demo{margin:2rem 0;padding:1rem;border:1px solid #ddd;border-radius:4px}#trieGraph{min-height:400px;display:flex;align-items:center;justify-content:center}#trieGraph p{font-size:90%}#trieGraph svg{width:100%;height:100%;max-height:600px}.trie-diagram-container{width:100%;transition:opacity .3s ease-in;opacity:0}.trie-diagram-container.shown{opacity:1}.spell-check-demo{margin:2rem 0;padding:1rem;border:1px solid #ddd;border-radius:4px}.spell-check-demo input{width:100%}