.sparky-install-overlay {
  align-items: center;
  background: rgba(26, 28, 28, 0.32);
  backdrop-filter: blur(8px);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 1000;
}

.sparky-install-overlay[data-open="true"] {
  display: flex;
}

.sparky-install-card {
  background: #fff;
  border: 1px solid #dedbd3;
  border-radius: 10px;
  box-shadow: 0 22px 70px rgba(26, 28, 28, 0.18);
  color: #1a1c1c;
  max-width: 430px;
  padding: 20px;
  width: 100%;
}

.sparky-install-head {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  margin-bottom: 16px;
}

.sparky-install-head img {
  height: 58px;
  object-fit: contain;
  width: 58px;
}

.sparky-install-title {
  font: 700 20px/1.15 "Hanken Grotesk", Inter, sans-serif;
}

.sparky-install-subtitle,
.sparky-install-note {
  color: #5b4137;
  font: 400 13px/1.5 Inter, sans-serif;
}

.sparky-install-subtitle {
  margin-top: 4px;
}

.sparky-install-button,
.sparky-install-link,
.sparky-install-close {
  border: 0;
  cursor: pointer;
  font: 600 13px/1 Inter, sans-serif;
}

.sparky-install-body {
  border-top: 1px solid #efe4df;
  padding-top: 14px;
}

.sparky-install-button {
  align-items: center;
  border-radius: 9px;
  display: flex;
  gap: 10px;
  height: 42px;
  justify-content: center;
  margin-top: 14px;
  width: 100%;
}

.sparky-install-button.primary {
  background: #1a1c1c;
  color: #fff;
}

.sparky-install-button.primary:hover {
  background: #2a2c2c;
}

.sparky-install-button:not(.primary) {
  background: #fbfaf7;
  border: 1px solid #dedbd3;
  color: #1a1c1c;
}

.sparky-install-button:not(.primary):hover,
.sparky-install-link:hover {
  background: #f6f1ee;
}

.sparky-install-link {
  background: transparent;
  border-radius: 8px;
  color: #a73a00;
  display: block;
  margin-top: 10px;
  min-height: 34px;
  width: 100%;
}

.sparky-google-mark {
  background: #fff;
  border-radius: 999px;
  height: 22px;
  padding: 3px;
  width: 22px;
}

.sparky-install-status {
  color: #a73a00;
  font: 500 13px/1.45 Inter, sans-serif;
  min-height: 20px;
  padding-top: 10px;
}

.sparky-install-close {
  background: transparent;
  border-radius: 8px;
  color: #5b4137;
  margin-left: auto;
  min-height: 30px;
  min-width: 30px;
  padding: 4px;
  font-size: 22px;
  line-height: 1;
}

.sparky-install-close:hover {
  background: #f6f1ee;
}
