/* Keep the mobile WhatsApp control clear of full-width conversion buttons. */
@media (max-width: 600px) {
  body .joinchat {
    --bottom: calc(104px + env(safe-area-inset-bottom, 0px)) !important;
  }
}
