﻿.sx-pwa-install-open {
  overflow: hidden;
}

.sx-pwa-install-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.6);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sx-pwa-install-card {
  width: 100%;
  max-width: 28rem;
  box-sizing: border-box;
  border-radius: 1.25rem;
  background: #ffffff;
  padding: 1.5rem;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.35);
  color: #1f2933;
}

.sx-pwa-install-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.sx-pwa-install-eyebrow {
  margin: 0;
  color: #0e828c;
  font-size: 0.875rem;
  font-weight: 700;
}

.sx-pwa-install-title {
  margin: 0.25rem 0 0;
  color: #1f2933;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 800;
}

.sx-pwa-install-close {
  border: 0;
  border-radius: 0.625rem;
  background: transparent;
  color: #5f6f7c;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.35rem 0.6rem;
}

.sx-pwa-install-close:hover,
.sx-pwa-install-close:focus-visible {
  background: #f5f8fa;
  outline: none;
}

.sx-pwa-install-intro {
  margin: 0.75rem 0 0;
  color: #5f6f7c;
  font-size: 0.875rem;
  line-height: 1.6;
}

.sx-pwa-install-steps {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.sx-pwa-install-step {
  display: flex;
  gap: 1rem;
}

.sx-pwa-install-number {
  display: flex;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #082246;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 800;
}

.sx-pwa-install-step-title {
  margin: 0;
  color: #1f2933;
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.35;
}

.sx-pwa-install-step-copy {
  margin: 0.25rem 0 0;
  color: #5f6f7c;
  font-size: 0.875rem;
  line-height: 1.5;
}

.sx-pwa-install-share {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  margin-top: 0.75rem;
  border: 1px solid #d8e1e8;
  border-radius: 0.75rem;
  color: #0e828c;
  font-size: 1.75rem;
  line-height: 1;
}

.sx-pwa-install-note {
  margin-top: 1.5rem;
  border: 1px solid #d8e1e8;
  border-radius: 0.875rem;
  background: #f5f8fa;
  color: #1f2933;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 1rem;
}

.sx-pwa-install-continue {
  width: 100%;
  margin-top: 1.5rem;
  border: 0;
  border-radius: 0.75rem;
  background: #082246;
  color: #ffffff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 800;
  padding: 0.875rem 1rem;
}

.sx-pwa-install-continue:hover,
.sx-pwa-install-continue:focus-visible {
  opacity: 0.92;
  outline: none;
}

@media (min-width: 640px) {
  .sx-pwa-install-overlay {
    align-items: center;
  }
}
