#global-wa-float {
  position: fixed;
  right: 18px;
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 2147483000;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff !important;
  background: #25d366;
  box-shadow: 0 12px 30px rgba(18, 140, 69, 0.38);
  text-decoration: none !important;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

#global-wa-float:hover {
  color: #fff !important;
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 16px 36px rgba(18, 140, 69, 0.46);
}

#global-wa-float:focus-visible {
  outline: 3px solid #ff9d00;
  outline-offset: 3px;
}

#global-wa-float svg {
  width: 31px;
  height: 31px;
  overflow: visible;
}

#global-wa-float i {
  position: absolute;
  top: -2px;
  right: -1px;
  width: 15px;
  height: 15px;
  border: 3px solid #15343c;
  border-radius: 50%;
  background: #ff3b4f;
  box-sizing: content-box;
}

@media (max-width: 600px) {
  #global-wa-float {
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    width: 54px;
    height: 54px;
  }
}

@media print {
  #global-wa-float {
    display: none !important;
  }
}
