.gpspol-install-box {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99999;
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: Arial, sans-serif;
}

.gpspol-install-btn,
.gpspol-qr-btn {
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(8, 47, 73, .18);
}

.gpspol-install-btn {
  background: #19b966;
  color: #fff;
}

.gpspol-qr-btn {
  background: #fff;
  color: #052338;
}

.gpspol-pwa-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: rgba(5, 20, 35, .42);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.gpspol-pwa-card {
  width: min(420px, 94vw);
  background: #fff;
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 24px 70px rgba(8, 47, 73, .28);
  color: #111827;
}

.gpspol-pwa-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.gpspol-pwa-card p {
  margin: 8px 0;
  color: #475569;
  line-height: 1.45;
}

.gpspol-pwa-card img {
  display: block;
  width: 210px;
  height: 210px;
  margin: 16px auto;
}

.gpspol-pwa-close {
  width: 100%;
  margin-top: 14px;
  border: 0;
  border-radius: 12px;
  padding: 12px;
  background: #052338;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 700px) {
  .gpspol-install-box {
    left: 14px;
    right: 14px;
    bottom: 14px;
    justify-content: center;
  }

  .gpspol-install-btn,
  .gpspol-qr-btn {
    flex: 1;
    padding: 12px 10px;
  }
}
