.gkm-wa-float{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:99999;
  display:flex;
  align-items:center;
  gap:10px;
  min-height:58px;
  padding:10px 16px 10px 10px;
  border-radius:999px;
  background:#25D366;
  color:#fff;
  text-decoration:none;
  box-shadow:0 18px 45px rgba(14,116,50,.28);
  transition:.22s ease;
}
.gkm-wa-float:hover{
  color:#fff;
  transform:translateY(-3px);
  background:#1ebe5d;
}
.gkm-wa-icon{
  width:42px;
  height:42px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.18);
  font-size:25px;
}
.gkm-wa-text{
  display:flex;
  flex-direction:column;
  line-height:1.05;
  white-space:nowrap;
}
.gkm-wa-text strong{
  font-size:14px;
  font-weight:800;
}
.gkm-wa-text small{
  margin-top:4px;
  font-size:11px;
  opacity:.9;
}
.gkm-wa-float::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:999px;
  animation:gkmWaPulse 2.2s infinite;
  pointer-events:none;
}
@keyframes gkmWaPulse{
  0%{box-shadow:0 0 0 0 rgba(37,211,102,.45);}
  70%{box-shadow:0 0 0 18px rgba(37,211,102,0);}
  100%{box-shadow:0 0 0 0 rgba(37,211,102,0);}
}
@media(max-width:640px){
  .gkm-wa-float{
    right:14px;
    bottom:14px;
    min-height:54px;
    padding:8px 12px 8px 8px;
  }
  .gkm-wa-icon{
    width:38px;
    height:38px;
    font-size:23px;
  }
  .gkm-wa-text strong{font-size:13px;}
  .gkm-wa-text small{font-size:10px;}
}
