#pm-pwa-install {
  position: fixed;
  right: 16px;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 82px);
  z-index: 99999;
  border: 0;
  border-radius: 999px;
  padding: 12px 16px;
  font: 600 14px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #111;
  color: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.2);
}

@media (min-width: 781px) {
  #pm-pwa-install {
    bottom: 24px;
  }
}

#pm-pwa-update {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 84px;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(17,17,17,.94);
  color: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  font: 14px/1.3 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
#pm-pwa-update button {
  border: 0;
  border-radius: 999px;
  padding: 8px 12px;
  background: #fff;
  color: #111;
  font-weight: 700;
}
