.ke-whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
  z-index: 9998;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ke-whatsapp-float:hover,
.ke-whatsapp-float:focus {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.34);
  color: #fff;
}

.ke-whatsapp-float svg {
  width: 28px;
  height: 28px;
  display: block;
}

@media (max-width: 680px) {
  .ke-whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 52px;
    height: 52px;
  }

  .ke-whatsapp-float svg {
    width: 26px;
    height: 26px;
  }
}
