/* WhatsApp dentro do CTA claro: selo próprio para leitura imediata. */
.emx .emx-btn--lime .emx-wa{
  width:30px!important;
  height:30px!important;
  flex:0 0 30px!important;
  padding:5px!important;
  border-radius:50%!important;
  background:#128c4b!important;
  fill:#fff!important;
  color:#fff!important;
  overflow:visible!important;
}

/* Botão flutuante: contraste oficial e proporção consistente. */
.emx .emx-floating-wa{
  right:20px!important;
  bottom:20px!important;
  min-width:174px!important;
  width:auto!important;
  height:56px!important;
  padding:0 21px!important;
  gap:10px!important;
  border-radius:28px!important;
  color:#fff!important;
  background:linear-gradient(180deg,#18a85a 0%,#128c4b 100%)!important;
  box-shadow:0 3px 0 #0b6f3a,0 12px 28px rgba(7,20,12,.3)!important;
}
.emx .emx-floating-wa:hover{
  color:#fff!important;
  background:linear-gradient(180deg,#1bb963 0%,#139851 100%)!important;
  box-shadow:0 5px 0 #0a6636,0 16px 32px rgba(7,20,12,.34)!important;
}
.emx .emx-floating-wa svg{
  width:25px!important;
  height:25px!important;
  flex:0 0 25px!important;
  padding:0!important;
  fill:#fff!important;
  color:#fff!important;
}
.emx .emx-floating-wa span{
  display:inline-block!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1!important;
  white-space:nowrap!important;
}

@media(max-width:767px){
  .emx .emx-floating-wa{
    right:14px!important;
    bottom:14px!important;
    min-width:54px!important;
    width:54px!important;
    height:54px!important;
    padding:0!important;
    border-radius:50%!important;
  }
  .emx .emx-floating-wa span{display:none!important}
  .emx .emx-floating-wa svg{width:26px!important;height:26px!important;flex-basis:26px!important}
}
