.tree-view-output{max-height:36px;overflow:hidden;position:relative;transition:max-height .3s ease-out;border-radius:4px;background:var(--theme-elevation-50)}.tree-view-output:after{content:"Hover to expand JSON tree...";position:absolute;bottom:0;left:0;right:0;height:36px;background:linear-gradient(transparent,var(--theme-elevation-100));display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--theme-elevation-500);pointer-events:none;font-family:var(--font-body)}.tree-view-output:focus,.tree-view-output:focus-within,.tree-view-output:hover{max-height:500px;overflow:auto}.tree-view-output:focus-within:after,.tree-view-output:focus:after,.tree-view-output:hover:after{display:none}