.recovery-card h2 {
    margin: 0 0 .75rem;
    font: 400 2rem/1.05 var(--serif);
}

.recovery-intro {
    margin: 0 0 1.5rem;
    color: #5a5d57;
    font-size: .86rem;
    line-height: 1.6;
}

.recovery-success {
    margin: 0;
    padding: 1rem;
    background: #e3e9df;
    color: var(--olive);
    font-size: .82rem;
    line-height: 1.55;
}

.recovery-actions {
    margin-top: 1.1rem;
    color: #6b6d66;
    font-size: .75rem;
}

.recovery-actions a,
.recovery-support a {
    color: var(--terra);
    text-decoration: underline;
    text-underline-offset: .18em;
}

.recovery-support {
    margin: 1.2rem 0 0;
    color: #6b6d66;
    font-size: .72rem;
    line-height: 1.55;
}
