.account-action-card {
    width: min(100%, 440px);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, .16);
    padding: 42px;
}

.account-action-card-centered {
    text-align: center;
}

.account-action-logo {
    margin-bottom: 28px;
}

.account-action-card h1 {
    margin: 0 0 12px;
    color: #191b4d;
    font-size: 1.55rem;
}

.account-action-copy {
    margin: 0 0 26px;
    color: #667085;
    line-height: 1.55;
}

.account-back-link {
    color: #191b4d;
    font-size: .85rem;
    text-align: center;
    text-decoration: none;
}

.account-back-link:hover {
    text-decoration: underline;
}

.account-button-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
