.remove-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99999;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 18px;
  border-radius: 999px;
  background: #25d366;
  color: #fff !important;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 6px 20px rgba(0,0,0,.25);
}
.remove-whatsapp:hover,
.remove-whatsapp:focus { background: #1ebe5d; color: #fff !important; }
@media (max-width: 520px) {
  .remove-whatsapp { right: 14px; bottom: 14px; padding: 12px 15px; }
}
