.password-reset-card,
.password-reset-done-card,
.password-reset-confirm-card,
.password-reset-complete-card {
    max-width: 560px;
    justify-self: center;
}

.email-body {
    font-family: "Manrope", sans-serif;
    color: var(--text);
    background: var(--surface-solid);
    padding: 1.25rem;
}

.email-link {
    color: var(--primary);
    word-break: break-word;
}
