.helpu-whatsapp-floating {
  position: fixed !important;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  min-height: 50px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #187a4b !important;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.18);
  color: #fff !important;
  text-decoration: none !important;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.helpu-whatsapp-floating:hover {
  background: #13643d !important;
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}

.helpu-whatsapp-floating:focus-visible {
  outline: 3px solid rgba(24, 122, 75, 0.32);
  outline-offset: 3px;
}

.helpu-whatsapp-floating svg {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

@media (max-width: 640px) {
  .helpu-whatsapp-floating {
    right: 12px;
    bottom: 12px;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
  }
}
