.ewb-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  direction: rtl;
  background: #fff;
  color: #222;
  border: 1px solid #eee;
  border-radius: 24px;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.08);
  padding: 10px 24px;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  transform: scale(1);
}
.ewb-whatsapp-btn:hover {
  background: #e5f6ee;
  box-shadow: 0 4px 16px 0 rgba(37,211,102,0.12);
  transform: scale(1.02);
}
.ewb-wa-icon {
  display: flex;
  align-items: center;
  margin-left: 8px;
} 