
/* Installed/native app contexts never show a second "install app" prompt. */
.tc-app-already-installed [data-tc-pwa-banner],
.tc-app-already-installed [data-tc-pwa-sheet],
.tc-app-already-installed .tc-pwa-install-banner,
.tc-app-already-installed .tc-pwa-install-sheet,
body.teenconnect-native-app [data-tc-pwa-banner],
body.teenconnect-native-app [data-tc-pwa-sheet],
body.teenconnect-native-app .tc-pwa-install-banner,
body.teenconnect-native-app .tc-pwa-install-sheet {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
