.thinking-shimmer{font-family:var(--font-figtree),"Figtree",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-weight:600;font-size:16px;line-height:24px;color:#8a9096;background:-webkit-gradient(linear,left top,right top,from(#8a9096),to(#8a9096),color-stop(.5,rgba(255,255,255,.8)));background:-moz-gradient(linear,left top,right top,from(#8a9096),to(#8a9096),color-stop(.5,rgba(255,255,255,.8)));background:gradient(linear,left top,right top,from(#8a9096),to(#8a9096),color-stop(.5,rgba(255,255,255,.8)));-webkit-background-size:50px 100%;-moz-background-size:50px 100%;background-size:50px 100%;-webkit-background-clip:text;-moz-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-webkit-animation-name:thinkingShimmer;-moz-animation-name:thinkingShimmer;animation-name:thinkingShimmer;-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:ease-in-out;-moz-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;background-repeat:no-repeat;background-position:0 0;background-color:#8a9096}@keyframes thinkingShimmer{0%{background-position:-50px}to{background-position:calc(100% + 50px)}}@-webkit-keyframes thinkingShimmer{0%{background-position:-50px}to{background-position:calc(100% + 50px)}}@-moz-keyframes thinkingShimmer{0%{background-position:-50px}to{background-position:calc(100% + 50px)}}