/* ============================================================
   Reminders (T-12): /erinnerungen/ signup, confirm and unsubscribe
   pages, plus the embedded widget on market.html.
   Page-only layer on top of zinnober.css: form width and the quiet
   embed section. Component styling (zn-field, zn-input, zn-btn,
   zn-card, ...) lives in zinnober.css.
   ============================================================ */

.rm-form-wrap {
  max-width: 34rem;
  margin: 2rem auto 1.5rem;
  padding-inline: 1rem;
}

.rm-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.rm-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.rm-privacy-note {
  max-width: 34rem;
  margin: 0 auto 3rem;
  padding-inline: 1rem;
  color: var(--zn-muted);
  font-size: 0.9rem;
}

.rm-prose {
  max-width: 70ch;
  margin: 2rem auto;
  padding-inline: 1rem;
}

.rm-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

.rm-embed {
  max-width: 40rem;
  margin: 2.5rem auto;
  padding: 1.5rem;
}

.rm-embed .rm-form-wrap,
.rm-embed .rm-privacy-note {
  margin: 1rem 0 0;
  padding-inline: 0;
  max-width: none;
}
