/*
 * VW_START_STORE_REMOVE_LIVE_SUMMARY_V5
 *
 * The live summary/price popup has been removed from the onboarding wizard.
 * Billing, plan pricing, checkout, invoice and payment verification remain
 * handled by the existing Plan step and secure payment flow.
 */

body.vw-direct-body [data-live-summary],
body.vw-direct-body .vw-direct-summary-card[data-live-summary] {
    display: none !important;
}

/* Use the released space without adding any new UI. */
body.vw-direct-body .vw-direct-workspace {
    width: min(900px, 100%) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    grid-template-columns: minmax(0, 1fr) !important;
}

body.vw-direct-body .vw-direct-builder-card {
    width: 100% !important;
    min-width: 0 !important;
}

@media (max-width: 980px) {
    body.vw-direct-body .vw-direct-workspace {
        width: 100% !important;
    }
}
