.whatsapp-floating-logo {
  position: fixed;
  right: 15px;
  bottom: 40px;
  z-index: 1000;
  width: 201px;
  height: 72px;
  border: 0;
  background: url('../../img/defaults/whats-float.png') center / contain no-repeat;
}

.whatsapp-lead-modal {
  position: fixed;
  right: 45px;
  bottom: 85px;
  z-index: 1001;
  width: min(300px, calc(100vw - 30px));
  padding: 14px;
  border-radius: 20px 20px 0 20px;
  background: #fff;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, .22);
}

.whatsapp-lead-modal[hidden] { display: none; }
.whatsapp-lead-form { margin: 0; }
.whatsapp-lead-form .row { align-items: start; }
.whatsapp-lead-intro { margin-bottom: 12px; font: 14px/1.4 Arial, sans-serif; color: #444; }
.whatsapp-floating-input { margin-bottom: 10px; border: 1.5px solid #656563; border-radius: 10px; }
.whatsapp-lead-close { float: right; border: 0; background: transparent; color: #555; font-size: 28px; line-height: 1; }
.privacidade-what { display: block; margin: 7px 0; font: 12px/1.4 Arial, sans-serif; color: #555; }
.privacidade-what input { margin-right: 5px; }
.privacidade-what a { font-size: inherit; color: #143b5c; text-decoration: underline; }
.whatsapp-floating-btn { width: 100%; margin-top: 8px; padding: 10px; border-radius: 10px; background: #24d366; color: #fff; font-size: 14px; }
.whatsapp-floating-btn:disabled { opacity: .7; cursor: wait; }
.whatsapp-lead-error { margin: 8px 0 0; color: #b42318; font: 12px/1.4 Arial, sans-serif; }
.whatsapp-lead-honeypot { position: absolute; left: -9999px; }

@media (max-width: 575px) {
  .whatsapp-floating-logo { right: 10px; bottom: 10px; }
  .whatsapp-lead-modal { right: 15px; bottom: 78px; border-radius: 20px 20px 0; }
}
