/**
 * Simplified PMPro checkout: hide level summary, show account form only.
 */
body.phad-membership-checkout #pmpro_level_cost,
body.phad-membership-checkout .pmpro_level_cost_text,
body.phad-membership-checkout .pmpro_level_description_text,
body.phad-membership-checkout #pmpro_pricing_fields {
    display: none !important;
}

body.phad-membership-checkout .pmpro_checkout > h2:first-of-type,
body.phad-membership-checkout .pmpro_checkout > h3:first-of-type,
body.phad-membership-checkout .pmpro_checkout > p:first-of-type {
    display: none !important;
}

body.phad-membership-checkout #main-content .et_pb_title_container,
body.phad-membership-checkout #main-content .entry-title,
body.phad-membership-checkout #main-content .et_main_title {
    display: none !important;
}
