/* Styles for src/pages/reset-password.js and nothing else. */

.reset__form { display: flex; flex-direction: column; gap: var(--s-2); max-width: 460px; }
.reset__entity { display: inline-flex; align-items: center; margin: 0 var(--s-3) var(--s-1) 0; }
.reset__cancel { align-self: center; margin-left: var(--s-2); }

.reset__code { font-size: var(--t-lg); font-weight: 700; letter-spacing: 0.2em; }
.reset__code-input { font-family: var(--font-mono); font-size: var(--t-xl); letter-spacing: 0.3em; text-align: center; max-width: 220px; min-height: 30px; }
.reset__countdown { font-family: var(--font-mono); }

.reset__pw { display: flex; gap: var(--s-2); }
.reset__pw input { flex: 1; }

.reset .wizard-steps { margin-top: var(--s-2); }
