/* Round floating WhatsApp button (icon only) */
.ddwap-float{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99999;

  width: 64px;
  height: 64px;
  border-radius: 999px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: #25D366;
  color: #ffffff;
  text-decoration: none;

  box-shadow: 0 10px 30px rgba(0,0,0,.18);
  transform: translateZ(0);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.ddwap-float:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(0,0,0,.22);
  filter: brightness(1.03);
  color: #fff;
}

.ddwap-float:focus{
  outline: 2px solid rgba(0,0,0,.35);
  outline-offset: 3px;
}

.ddwap-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.ddwap-icon svg{
  display:block;
  width: 34px;
  height: 34px;
  color: #fff;
}
