.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 30px;
  background: #1f9d63;
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(8, 47, 31, .22);
  font: 750 13px/1 system-ui, sans-serif;
}

.whatsapp-float::before {
  content: "W";
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 12px;
}

.whatsapp-float:hover {
  background: #167b4d;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.form-note.is-success,
.v2-form-note.is-success {
  color: #17633f;
  font-weight: 700;
}

.form-note.is-error,
.v2-form-note.is-error {
  color: #a33f25;
  font-weight: 700;
}

@media (max-width: 640px) {
  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 48px;
    padding: 0;
    justify-content: center;
  }

  .whatsapp-float span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}
