#ai-agent-chat #ai-chat-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: var(--background-color);
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: transform 0.3s ease-in-out;
}

#ai-agent-chat #ai-chat-button:active {
  transform: scale(0.8);
}

#ai-agent-chat #ai-chat-button img {
  width: 30px;
  height: 30px;
}
