.pwa-install-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.pwa-install-action[hidden] {
  display: none !important;
}

.pwa-install-action img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 7px;
  object-fit: contain;
}

.pwa-install-dialog {
  width: min(420px, calc(100% - 28px));
  border: 0;
  border-radius: 24px;
  padding: 0;
  color: #0f172a;
  box-shadow: 0 28px 80px rgba(2, 8, 23, .34);
}

.pwa-install-dialog::backdrop {
  background: rgba(2, 8, 23, .64);
  backdrop-filter: blur(3px);
}

.pwa-install-card {
  padding: 22px;
  background: #fff;
}

.pwa-install-head {
  display: flex;
  gap: 13px;
  align-items: center;
}

.pwa-install-head img {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(4, 119, 242, .18);
}

.pwa-install-head strong {
  display: block;
  color: #061a35;
  font-size: 1.2rem;
}

.pwa-install-head span,
.pwa-install-copy {
  color: #64748b;
  line-height: 1.45;
}

.pwa-install-copy {
  margin: 18px 0;
  font-weight: 700;
}

.pwa-install-close {
  flex: 1 1 130px;
  min-height: 46px;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  background: #fff;
  color: #334155;
  font-weight: 900;
  cursor: pointer;
}

.pwa-install-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pwa-install-confirm {
  flex: 1 1 160px;
  min-height: 46px;
  border: 0;
  border-radius: 14px;
  background: #0477f2;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}
