.hl-pwa-sheet {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.55);
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
}

.hl-pwa-sheet.is-open {
  display: flex !important;
}

.hl-pwa-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: min(420px, 100%);
  padding: 22px 20px 18px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  color: #1a1a1a;
  font-family: Roboto, Arial, sans-serif;
  text-align: center;
  pointer-events: auto;
}

.hl-pwa-icon {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  background: var(--ahs-color, #c4002f);
  object-fit: cover;
}

.hl-pwa-copy {
  width: 100%;
}

.hl-pwa-title {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 800;
  color: var(--ahs-color, #c4002f);
}

.hl-pwa-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  color: #333;
}

.hl-pwa-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.hl-pwa-install,
.hl-pwa-later {
  position: relative;
  z-index: 2;
  flex: 1;
  border: 0;
  border-radius: 999px;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
}

.hl-pwa-install {
  background: var(--ahs-color, #c4002f);
  color: #fff;
}

.hl-pwa-later {
  background: #f0f0f0;
  color: #333;
}

.hl-pwa-ios {
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  background: #002b5c;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
}

.hl-pwa-ios p {
  margin: 0;
}

.hl-pwa-ios[hidden] {
  display: none !important;
}

@media (display-mode: standalone) {
  .hl-pwa-sheet {
    display: none !important;
  }
}
