/* Public homepage only: compact three-column member cards. */
.centervalue > .members-grid {
    margin-top: 12px !important;
}

.members-grid,
.members-grid-2,
.members-grid-3 {
    grid-template-columns: repeat(3, 250px) !important;
    justify-content: space-between !important;
    column-gap: 18px !important;
    row-gap: 16px !important;
}

.member-card {
    width: 250px !important;
    min-width: 250px !important;
    max-width: 250px !important;
    height: auto !important;
    align-self: start !important;
}

.member-card .blk5-head_outer,
.member-card .blk5-head_outer2 {
    width: 250px !important;
    height: 34px !important;
    min-height: 34px !important;
}

.member-card .blk5-head_in {
    padding: 7px 10px 0 !important;
    font-size: 15px !important;
    line-height: normal !important;
}

.member-card .blk5-body_outer,
.member-card .blk5-body_outer2 {
    width: 250px !important;
    flex: 0 0 auto !important;
}

.member-card .blk5-body_in {
    min-height: 85px !important;
    height: auto !important;
    padding: 7px 12px !important;
    overflow: hidden !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
}

.member-card .BlocksUserImgDiv {
    width: 72px !important;
    height: 72px !important;
    max-width: none !important;
    margin: 0 4px 4px 9px !important;
}

.member-card .blk5-footer,
.member-card .blk5-footerM {
    width: 250px !important;
    height: 5px !important;
}
