/* privatelypublic — guestbook.html-only overrides.
   Reuses the sitewide .embed/.embed-label/.is-placeholder components from
   style.css for the (currently placeholder) Google Form embed. */

.updated-badge {
  display: inline-block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  border: 1px solid var(--rule);
  padding: 4px 9px;
  margin-bottom: 16px;
}

.kicker-icon { width: 14px; height: 14px; vertical-align: -2px; }

.guestbook-form-wrap {
  max-width: 640px;
  margin: 0 auto;
}

.embed.form {
  min-height: 420px;
  position: relative;
}

.embed.form iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.embed.form.is-placeholder .placeholder-fill {
  position: absolute;
  inset: 0;
}

.placeholder-fill code {
  display: block;
  margin-top: 4px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.76rem;
  color: var(--ink-soft);
}

/* ---------- curated entries (quotes people have already sent in) ---------- */

.entries-wrap {
  max-width: 640px;
  margin: 44px auto 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.entry-quote {
  background: var(--paper-lift);
  border: 2px solid var(--ink);
  padding: 18px 20px;
  font-family: "Caveat", cursive;
  font-size: 1.3rem;
  line-height: 1.3;
  color: var(--ink);
}

.entry-quote cite {
  display: block;
  margin-top: 8px;
  font-family: "IBM Plex Mono", monospace;
  font-style: normal;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.entry-quote time {
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.66rem;
  color: var(--ink-soft);
  margin-top: 3px;
}
