.chatbot__words a{text-decoration:underline}.chatbot__words a:hover{color:#007bff}.typing-animation{display:flex;align-items:center;gap:5px}.typing-animation span{width:8px;height:8px;background-color:gray;border-radius:50%;display:inline-block;animation:typing 1.5s infinite ease-in-out}.typing-animation span:nth-child(1){animation-delay:0s}.typing-animation span:nth-child(2){animation-delay:.2s}.typing-animation span:nth-child(3){animation-delay:.4s}@keyframes typing{0%{transform:translateY(0);opacity:.5}50%{transform:translateY(-5px);opacity:1}to{transform:translateY(0);opacity:.5}}
