.sghd-save-prompt {
  width: min(480px, calc(100% - 32px));
  padding: 32px;
  border: 1px solid rgba(24, 49, 45, .16);
  border-radius: 18px;
  color: #18312d;
  background: #fffdf9;
  box-shadow: 0 28px 80px rgba(24, 49, 45, .25);
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.sghd-save-prompt::backdrop { background: rgba(11, 28, 24, .58); backdrop-filter: blur(3px); }
.sghd-save-prompt__close { position: absolute; top: 14px; right: 16px; width: 36px; height: 36px; border: 1px solid rgba(24, 49, 45, .16); border-radius: 50%; color: #18312d; background: white; font-size: 24px; line-height: 1; cursor: pointer; }
.sghd-save-prompt__kicker { color: #c86f4a; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.sghd-save-prompt h2 { margin: 7px 40px 10px 0; font-family: "Fraunces", Georgia, serif; font-size: 32px; font-weight: 500; line-height: 1.08; }
.sghd-save-prompt p { margin: 0; color: #49605b; font-size: 14px; line-height: 1.65; }
.sghd-save-prompt__actions { margin-top: 24px; display: flex; align-items: center; gap: 16px; }
.sghd-save-prompt__actions a { min-height: 44px; padding: 0 19px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; color: white; background: #18312d; font-size: 12px; font-weight: 700; text-decoration: none; }
.sghd-save-prompt__actions button { padding: 0; border: 0; color: #31584f; background: transparent; font-size: 12px; font-weight: 700; text-decoration: underline; cursor: pointer; }
@media (max-width: 520px) {
  .sghd-save-prompt { padding: 27px 22px; }
  .sghd-save-prompt__actions { align-items: stretch; flex-direction: column; }
  .sghd-save-prompt__actions button { min-height: 40px; }
}
