.typing-dots{display:inline-block;position:relative;width:16px}.typing-dots:after{content:"...";position:absolute;animation:typing 1.5s infinite step-end}@keyframes typing{0%{content:"."}33%{content:".."}66%{content:"..."}}
