/* Evitar que el botón de WhatsApp (Joinchat) quede oculto debajo de la barra de menú en móviles */
@media (max-width: 767px) {
  :root {
    --joinchat-safe-bottom: 150px !important;
  }
  
  html body .joinchat,
  html body #joinchat,
  html body .joinchat__button,
  html body div.joinchat,
  html body .ht-ctc-chat,
  html body .whatsapp-button,
  html body .wa-button,
  html body [class*="whatsapp"],
  html body [id*="whatsapp"] {
    bottom: 150px !important;
    z-index: 99999999 !important;
  }
}
