.looplead-pwa-install {
  appearance: none; border: 1px solid rgba(47, 21, 89, .18); border-radius: 999px;
  background: #fff; color: #2f1559; cursor: pointer; font: inherit; font-size: 13px;
  font-weight: 700; line-height: 1; padding: 10px 14px; white-space: nowrap;
}
.looplead-pwa-install:hover { background: #f5f0fb; }
.looplead-install-dialog {
  position: fixed; inset: 0; z-index: 99999; display: grid; place-items: end center;
  padding: 18px; background: rgba(15, 10, 25, .55);
}
.looplead-install-card {
  position: relative; width: min(100%, 420px); box-sizing: border-box; border-radius: 22px;
  background: #fff; color: #241534; padding: 25px; box-shadow: 0 20px 60px rgba(15, 10, 25, .28);
}
.looplead-install-card h2 { margin: 10px 0 14px; font-size: 21px; }
.looplead-install-card ol { margin: 0; padding-left: 22px; line-height: 1.7; }
.looplead-install-card p { margin: 14px 0 0; color: #6c6175; font-size: 13px; }
.looplead-install-icon {
  display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px;
  background: #2f1559; color: #fff; font-size: 25px; font-weight: 800;
}
.looplead-install-close {
  position: absolute; top: 14px; right: 16px; border: 0; background: transparent;
  color: #6c6175; cursor: pointer; font-size: 28px;
}
@media (min-width: 640px) { .looplead-install-dialog { place-items: center; } }
