.pwa-install-button {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1070;
  border-radius: 999px;
  padding: .65rem 1rem;
}

@media (max-width: 576px) {
  .pwa-install-button {
    right: .75rem;
    bottom: .75rem;
    max-width: calc(100vw - 1.5rem);
  }
}

@media (display-mode: standalone) {
  .pwa-install-button {
    display: none !important;
  }
}
