#slm-whatsapp-btn {
  position: fixed;
  bottom: 100px;
  right: 10px;
  background: #25D366;
  color: white;
  padding: 12px 18px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
  z-index: 9999;
  box-shadow: 0 3px 8px rgba(0,0,0,0.3);
  transition: background 0.3s;

  display: flex;              /* Ativa flexbox */
  align-items: center;        /* Centraliza verticalmente */
  justify-content: center;    /* Centraliza horizontalmente  */
  gap: 8px;                   /* Espaço entre ícone e texto */
}

#slm-whatsapp-btn svg,
#slm-whatsapp-btn i {
  font-size: 22px;
  color: white;
}

/* Badge reCAPTCHA (Google força z-index alto) */
.grecaptcha-badge {
  bottom: 0px !important;
  right: 0px !important;
  z-index: 100000; /* sempre acima */
}

/* Seta de navegação */
a.elementor-button[href="#topo"] {
  bottom: 100px;
  right: 200px; /* desloca para a esquerda do WhatsApp */
  position: fixed; /* garante fixo no canto */
  z-index: 9998;   /* abaixo do WhatsApp */
}
