/* An offscreen translated banner can enlarge the document's scroll area.
   Hidden prompts must leave layout as well as the accessibility tree. */
#pwa-install-prompt[aria-hidden="true"],
.pwa-installed #pwa-install-prompt {
  display: none;
}
