/* --- Layout: Modern (Bold Centered) --- */
.wf-layout-modern .id-content-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: var(--space-lg) 3em;
}


.wf-layout-modern #wf-avatar,
.wf-layout-modern .wf-avatar-master {
    width: 7em;
    height: 7em;
    margin: 0 auto 1.5em;
}
