/* App-level tweaks; theme tokens live in views/layout.php (includes/theme.php) */
.ec-card .card-body { border-radius: var(--ec-card-radius); }

.ec-pwa-install-fab {
  position: fixed;
  right: max(0.75rem, env(safe-area-inset-right));
  bottom: max(0.75rem, env(safe-area-inset-bottom));
  z-index: 1040;
  font-weight: 600;
  border-radius: 999px;
  padding-inline: 0.9rem;
  box-shadow: 0 10px 30px rgba(10, 35, 66, 0.22);
}
@media (max-width: 767.98px) {
  body.ec-has-bottom-nav .ec-pwa-install-fab {
    bottom: calc(76px + max(0.75rem, env(safe-area-inset-bottom)));
  }
}
.ec-pwa-install-card {
  border-radius: 18px;
}
.ec-pwa-ios-svg-wrap {
  aspect-ratio: 320 / 420;
  max-height: min(52vh, 420px);
  margin-inline: auto;
  max-width: 320px;
}
.ec-pwa-ios-svg-wrap object {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}
