.pwa-install-bar {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 9999;
  background: #0B3D2E;
  color: #fff;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
  display: flex;
  align-items: center;
  gap: .75rem;
  font-size: .95rem;
}

.pwa-install-bar button {
  border: 0;
  border-radius: 999px;
  padding: .45rem .85rem;
  cursor: pointer;
}

#pwa-install-button {
  background: #fff;
  color: #0B3D2E;
  font-weight: 700;
  margin-left: auto;
}

#pwa-install-close {
  background: transparent;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
}