.hunter-msg.hunter-thinking{display:flex!important;flex-direction:column;align-items:flex-start;width:max-content;min-width:64px;padding:10px 13px!important}
.hunter-thinking-dots{display:inline-flex;align-items:center;gap:4px;min-height:12px}
.hunter-thinking-dots i{display:block;width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.28;animation:hunterThinkingDot 1.05s ease-in-out infinite}
.hunter-thinking-dots i:nth-child(2){animation-delay:.14s}
.hunter-thinking-dots i:nth-child(3){animation-delay:.28s}
.hunter-answer-block.hunter-streaming .hunter-answer-actions,.hunter-answer-block.hunter-streaming .hunter-answer-popover{display:none!important}
@keyframes hunterThinkingDot{0%,60%,100%{opacity:.28;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}
@media(prefers-reduced-motion:reduce){.hunter-thinking-dots i{animation:none;opacity:.7}.hunter-thinking-dots i:nth-child(2){opacity:.45}.hunter-thinking-dots i:nth-child(3){opacity:.25}}