/* Minimal PWA install banner (mobile only). Uses Bootstrap tokens; no hard-coded colors. */

.sc-pwa-install-banner {
  z-index: 2000;
  /* Sit above the mobile bottom bar (see navbar.css variables) */
  bottom: calc(var(--sc-mobile-bottombar-height, 0px) + 0.75rem);
}

@media (min-width: 992px) {
  .sc-pwa-install-banner {
    display: none;
  }
}
