.member-profile-card {
    background-color: var(--bgcolor-post-node-bg);
    border-bottom: var(--post-section-separator);
}

.member-profile-card .member-profile-name {
    color: var(--poster-name-color);
    text-align: center;
}

.member-profile-card .member-profile-picture {
    width: 64px;
    height: 64px;
    border: 8px ridge var(--border-color-01);
}

.member-profile-card .card-two-halves {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.member-profile-card .name-and-picture {
    padding: 8px;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}


.member-profile-card .member-profile-details {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.member-profile-card .member-profile-data {
    padding: 8px;
}

.member-profile-card #slogan-status {
    margin-top: 2px;
    padding-top: 2px;
    border-top: 2px solid var(--bgcolor-grabbable-border);
    text-align: center;
}

.member-profile-card .card-footer {
    margin-top: 2px;
    padding-top: 2px;
    border-top: 2px solid var(--bgcolor-grabbable-border);
}

.member-profile-card .profile-link {
    text-decoration: none;
    color: var(--link-color-01);
    margin: 0;
}