/* Extend the already accepted <=400 px fixed-tool separation to the
   412 px Lighthouse/mobile-device range without changing smaller layouts. */
@media (min-width: 401px) and (max-width: 480px) {
  .isolani-whatsapp-launcher {
    --isolani-chat-lift: 58px;
    bottom: calc(146px + env(safe-area-inset-bottom)) !important;
  }

  body#product .isolani-whatsapp-launcher {
    --isolani-chat-lift: 56px;
    right: max(12px, env(safe-area-inset-right)) !important;
    bottom: calc(144px + env(safe-area-inset-bottom)) !important;
    left: auto !important;
  }
}
