/*
 * Age privacy compatibility guard for customised/legacy Legend Styler Posts
 * templates. Application::memberAge() returns no value unless the member has
 * explicitly opted in. Older theme copies can still create the surrounding
 * row before calling that method, so hide only those empty app-owned rows.
 */
.MVN_postStyle_authorFeatures > li[data-role="custom-field"]:has(> [data-i-el="value"]:empty) {
    display: none !important;
}

.mvnc_poststyler_compactInzone > .ipsResponsive_hidePhone:has(> .ipsPhotoPanel__secondary:empty) {
    display: none !important;
}
