.eyekenz-whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.eyekenz-whatsapp-float:hover,
.eyekenz-whatsapp-float:focus {
  transform: scale(1.06);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  color: #fff;
  outline: none;
}

.eyekenz-whatsapp-float__icon {
  width: 30px;
  height: 30px;
}

@media (max-width: 480px) {
  .eyekenz-whatsapp-float {
    bottom: 16px;
    right: 16px;
    width: 52px;
    height: 52px;
  }

  .eyekenz-whatsapp-float__icon {
    width: 28px;
    height: 28px;
  }
}
