.veoveo-whatsapp-float {
  position: fixed;
  right: 24px;
  z-index: 99999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 0;
  transition: transform .2s ease, filter .2s ease;
}

.veoveo-whatsapp-float:hover {
  transform: translateY(-3px) scale(1.02);
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.18));
}

.veoveo-whatsapp-float img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 767px) {
  .veoveo-whatsapp-float {
    right: 18px;
  }
}
