#chat-toggle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #e63946;
  color: white;
  padding: 10px 15px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 9999;
}
#chat-container {
  position: fixed;
  bottom: 70px;
  right: 20px;
  width: 300px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  z-index: 9999;
  display: none;
  flex-direction: column;
}
