/* Phone app navigation is persistent at the bottom of the screen. Keep
   completion alerts and their action buttons above it. */
@media (max-width: 650px) {
  #clean-completion-notification {
    right: 10px !important;
    bottom: max(148px, calc(112px + env(safe-area-inset-bottom))) !important;
    left: 10px !important;
    z-index: 2147483646 !important;
  }

  .occ-toast {
    right: 12px !important;
    bottom: max(148px, calc(112px + env(safe-area-inset-bottom))) !important;
    left: 12px !important;
    z-index: 2147483646 !important;
    max-width: none !important;
  }
}
