/* FLOATING BUTTON */
.he-wa-bubble{
  position:fixed;
  bottom:22px;
  right:22px;
  width:60px;
  height:60px;
  background:#25D366;
  color:#000;
  font-size:26px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  z-index:9999;
  box-shadow:0 18px 50px rgba(37,211,102,.45);
}

.he-wa-popup{
  position:fixed;
  bottom:100px;
  right:22px;
  width:320px;
  background:#0f0f0f;
  border-radius:18px;
  box-shadow:0 40px 120px rgba(0,0,0,.7);
  color:#fff;
  display:none;
  z-index:9999;
  overflow:hidden;
  font-family:system-ui,-apple-system,"Segoe UI",sans-serif;
}

.he-wa-header{
  background:#25D366;
  color:#000;
  padding:14px 16px;
  font-weight:900;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.he-wa-body{
  padding:16px;
}

.he-wa-body input,
.he-wa-body textarea{
  width:100%;
  margin-bottom:10px;
  padding:10px;
  border-radius:10px;
  border:none;
}

.he-wa-body button{
  width:100%;
  padding:12px;
  border:none;
  border-radius:999px;
  background:#25D366;
  font-weight:900;
}
