#userProfileContainerArea {
    .zpmo-address-fieldset:has(#zpmo-edit-profile-dob), .zpmo-address-form-field:has(#zpmo-edit-profile-state) {
        display: none !important;
    }
    [data-bind="profile.address_details.postal_code"], [data-bind="profile.address_details.country"] {
        width: 50% !important;
    }
}

#userProfileContainerArea .zpmo-dashboard-content {
    li:nth-of-type(3), li:nth-of-type(4), li:nth-of-type(11) {
        display: none !important;
    }
}