.recovery-page .auth-story { min-height: 640px; }
.recovery-steps { padding: 0; margin: 40px 0; list-style: none; display: grid; gap: 30px; }
.recovery-steps li { display: flex; align-items: flex-start; gap: 16px; }
.recovery-steps li > span { display: grid; place-items: center; flex-shrink: 0; width: 36px; height: 36px; border: 1px solid #91dfce60; background: #91dfce15; border-radius: 12px; color: #9ae9d8; font-weight: 600; }
.recovery-steps strong { font-size: 15px; color: white; }
.recovery-steps p { margin: 6px 0 0; font-size: 13px; line-height: 1.7; color: #cedce7; }
.recovery-page .auth-back { font-size: 13px; }
.recovery-page .auth-icon { margin-bottom: 22px; }
.recovery-page .auth-result > p { color: #657087; font-size: 14px; }
.recovery-page .recovery-note { margin: 24px 0; padding: 18px; }
.recovery-page .recovery-note strong { font-size: 13px; }
.recovery-page .recovery-note span { font-size: 12px; line-height: 1.7; }
.recovery-page .auth-primary-link { font-size: 14px; padding: 16px; }
.recovery-page .auth-text-link { font-size: 13px; padding: 8px; }
.recovery-page .auth-form small { font-size: 12px; color: #657087; }
@media(max-width:760px) { .recovery-page .auth-story { min-height: auto; } .recovery-steps { display: none; } .recovery-page .auth-story h2 br { display: none; } .recovery-page .auth-story h2 em::before { content: ' '; } .recovery-page .auth-icon { display: none; } }
