/* MECMISR floating buttons — automatically rise above visible footer */

:root {
  --mec-footer-lift: 0px;
}

#mec-ai-root {
  bottom: calc(20px + var(--mec-footer-lift)) !important;
  transition: bottom .25s ease !important;
}

#whatsappFloat,
.whatsapp-float {
  bottom: calc(100px + var(--mec-footer-lift)) !important;
  transition: bottom .25s ease !important;
}

@media (max-width: 540px) {
  #mec-ai-root {
    bottom: calc(12px + var(--mec-footer-lift)) !important;
  }

  #whatsappFloat,
  .whatsapp-float {
    bottom: calc(82px + var(--mec-footer-lift)) !important;
  }
}
