.jms-whats-float {
  display: grid !important;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #18b82b;
  color: #fff;
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 980;
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
  transition: transform .18s,box-shadow .18s;
}

.jms-whats-float:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(0,0,0,.25);
}

.jms-whats-float [data-lucide] {
  width: 28px;
  height: 28px;
}
