.wpfn-floating-wrap{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:9999;
}
.wpfn-button{
  display:flex;
  align-items:center;
  gap:8px;
  text-decoration:none;
  padding:12px 14px;
  border-radius:999px;
  background:#25D366;
  color:#fff;
  font-weight:600;
  box-shadow:0 10px 20px rgba(0,0,0,.12), 0 6px 6px rgba(0,0,0,.10);
  transition: transform .08s ease, box-shadow .2s ease, opacity .2s ease;
}
.wpfn-button:hover{ transform: translateY(-1px); }
.wpfn-icon{ display:inline-flex; }
.wpfn-label{ line-height:1; }
@media (max-width: 480px){
  .wpfn-label{ display:none; }
  .wpfn-button{ padding:12px; border-radius:50%; }
}
