/* EGIDAS - WhatsApp floating contact v1 */
.egidas-whatsapp-float{
  position:fixed;right:18px;bottom:18px;z-index:2147483644;
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-width:52px;height:52px;padding:0 16px 0 13px;border-radius:999px;
  background:#25D366;color:#fff;text-decoration:none!important;
  box-shadow:0 10px 30px rgba(11,37,24,.24);
  font:800 13px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  letter-spacing:.01em;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
.egidas-whatsapp-float:hover,.egidas-whatsapp-float:focus-visible{
  transform:translateY(-2px);box-shadow:0 14px 34px rgba(11,37,24,.31);filter:saturate(1.05);
}
.egidas-whatsapp-icon{display:grid;place-items:center;width:25px;height:25px;flex:0 0 25px}
.egidas-whatsapp-icon svg{width:25px;height:25px;display:block}
.egidas-whatsapp-label{white-space:nowrap}
@media(max-width:680px){
  .egidas-whatsapp-float{right:14px;bottom:14px;width:50px;min-width:50px;height:50px;padding:0;border-radius:50%}
  .egidas-whatsapp-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
}
