.elementor-11466 .elementor-element.elementor-element-6b1b4ff{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-564b303 */<style>
#wa-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999;
  font-family: Arial, sans-serif;
}

/* CAIXA */
#wa-box {
  width: 320px;
  background: #ece5dd;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.25);
  display: none; /* ✅ começa fechado */
  margin-bottom: 12px;
}

/* HEADER */
#wa-header {
  background: #25D366;
  color: #fff;
  padding: 14px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

/* MENSAGEM */
#wa-message {
  background: #dcf8c6;
  padding: 12px;
  margin: 10px;
  border-radius: 10px;
}

/* FORM */
#wa-form {
  padding: 10px;
}

#wa-form input {
  width: 100%;
  margin-bottom: 8px;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #ccc;
}

#wa-form button {
  width: 100%;
  background: #25D366;
  color: white;
  padding: 12px;
  border-radius: 20px;
  border: none;
}

/* BOTÃO FLUTUANTE */
#wa-button {
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* ÍCONE WHATSAPP */
#wa-button:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg") no-repeat center;
  background-size: contain;
  display: block;
}

#wa-widget {
  position: fixed !important;
  bottom: 20px !important;
  right: 20px !important;
  left: auto !important;
  top: auto !important;

  transform: none !important;
  margin: 0 !important;

  z-index: 999999 !important;
  width: auto !important;
}
</style>/* End custom CSS */