.skld-live-demo {
  box-sizing: border-box;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 28px;
  border-radius: var(--skld-demo-radius, 18px);
  background: var(--skld-demo-bg, #f6f1ec);
  color: var(--skld-text, #6f6258);
  text-align: center;
  font-family: var(--skld-general-font, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
}

.skld-live-demo * {
  box-sizing: border-box;
}

.skld-live-head h2 {
  margin: 0 0 8px;
  color: var(--skld-heading, #211c18);
  font-family: var(--skld-heading-font, Georgia, "Times New Roman", serif);
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 500;
  line-height: 1.15;
}

.skld-live-head p {
  margin: 0 0 18px;
  color: var(--skld-text, #6f6258);
  font-family: var(--skld-general-font, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 15px;
  font-weight: var(--skld-intro-weight, 400);
  line-height: 1.45;
}

.skld-name-input {
  display: block;
  width: 100%;
  max-width: 360px;
  min-height: 46px;
  margin: 0 auto;
  padding: 10px 14px;
  border: 1px solid var(--skld-input-border, #d8cfc2);
  border-radius: var(--skld-input-radius, 999px);
  background: var(--skld-panel-bg, #fff);
  color: var(--skld-heading, #211c18);
  font-family: var(--skld-general-font, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 16px;
  text-align: center;
  outline: none;
}

.skld-name-input:focus {
  border-color: var(--skld-accent, #8d6e50);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--skld-accent, #8d6e50) 18%, transparent);
}

.skld-counter {
  margin-top: 7px;
  font-size: 12px;
  font-weight: var(--skld-counter-weight, 400);
  line-height: 1.3;
  opacity: .72;
}

.skld-card-preview {
  width: 100%;
  max-width: var(--skld-max-width, 480px);
  margin: 18px auto 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.skld-card-svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.skld-card-memory,
.skld-card-name,
.skld-card-date {
  font-family: var(--skld-card-font, Georgia, "Times New Roman", serif);
}

.skld-try-note {
  margin-top: 12px;
  color: var(--skld-text, #6f6258);
  font-family: var(--skld-general-font, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 14px;
  font-weight: var(--skld-note-weight, 400);
  line-height: 1.35;
}

.skld-live-demo [hidden] {
  display: none !important;
}

@media (max-width: 560px) {
  .skld-live-demo {
    padding: 22px 16px;
  }
  .skld-live-head p {
    font-size: 14px;
  }
}
