#pwa-install-popup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background-color: #4634ff;
  color: white;
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  font-family: sans-serif;
}

#pwa-install-popup img {
  width: 48px;
  height: 48px;
  margin-right: 15px;
}

#pwa-install-popup button {
  background-color: white;
  color: #4634ff;
  border: none;
  padding: 8px 15px;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 10px;
}

#pwa-install-popup .close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 18px;
  margin-left: 10px;
  cursor: pointer;
}
