/* apiara — site / Seiten-CSS: security/magic_link_request.html.twig
   Nur was diese Seite allein braucht. Alles Gemeinsame liegt in
   assets/styles/site/{core,content,listing,auth}.css. */

.site .mlr-eyebrow{margin-bottom:22px}
.site .mlr-alt{margin-top:22px;font-size:.86rem;font-weight:600;color:var(--text-mute)}
.site .mlr-alt a{color:var(--accent);font-weight:700;text-decoration:none}
.site .mlr-alt a:hover,.site .mlr-alt a:focus-visible{text-decoration:underline;text-underline-offset:3px}
.site .mlr-steps{display:grid;gap:14px}
.site .mlr-steps li{display:flex;gap:12px;align-items:flex-start;font-size:.92rem;color:var(--text-dim)}
.site .mlr-steps .n{width:24px;height:24px;border-radius:50%;flex:none;display:grid;place-items:center;margin-top:1px;
  font-size:.7rem;font-weight:800;background:var(--icon-soft);color:var(--accent);border:1px solid var(--border)}
.site .mlr-steps b{color:var(--text);font-weight:800}
