/*
 * VW_START_STORE_REMOVE_PLAN_DESCRIPTION_V1
 *
 * Keeps the Plan-step heading compact after removing its descriptive sentence.
 */

body.vw-store-onboarding-v5
[data-panel="plan"]
.vw-direct-panel-head {
    margin-bottom: 18px !important;
}

body.vw-store-onboarding-v5
[data-panel="plan"]
.vw-direct-panel-head h2 {
    margin-bottom: 0 !important;
}

@media (max-width: 700px) {
    body.vw-store-onboarding-v5
    [data-panel="plan"]
    .vw-direct-panel-head {
        margin-bottom: 15px !important;
    }
}
