.exampleQueryWrapper{display:flex;flex-direction:column;height:min(200px,25vw)}.exampleQuery{display:inline;overflow:hidden;max-width:min(90vw,1000px);height:fit-content;font-size:min(3.5rem,7.2vw);line-height:calc(min(3.5rem, 7.2vw) + 10px);margin:0}.cursorCircle{width:min(5vw,40px);height:min(5vw,40px)}@media screen and (max-width:512px){.exampleQueryWrapper{height:224px}.exampleQuery{font-size:2.4rem;line-height:3rem}.cursorCircle{width:28px;height:28px}}.shrinkOutCircle{animation:shrinkOut .4s ease-in-out forwards;animation-delay:.4s}@keyframes shrinkOut{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}.fadeOutQuery{animation:fadeOut .4s ease-out forwards}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}.fadeOutQuery .shrinkOutCircle{visibility:hidden!important}