/* Botón estilo WhatsApp */
.cyberbot-wa-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  z-index: 999999;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .25);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25D366;
}

.cyberbot-wa-btn img {
  width: 34px;
  height: 34px;
}

/* Ocultar/mostrar el chat */
.cyberbot-hidden-chat .n8n-chat {
  display: none !important;
}

/* Ocultar "Powered by n8n" */
.chat-powered-by,
.chat-get-started-footer,
.chat-footer {
  display: none !important;
}