/*
 * VW_START_STORE_REMOVE_BUSINESS_LINES_V1
 *
 * Removes only the horizontal separator lines from the Business step.
 * Small visual spacing is retained between model, type and action areas.
 */

body.vw-store-onboarding-v5
[data-panel="business"]
.vw-direct-business-block {
    border-bottom: 0 !important;
    margin-bottom: 13px !important;
    padding-bottom: 9px !important;
}

body.vw-store-onboarding-v5
[data-panel="business"]
.vw-direct-business-block:last-of-type {
    border-bottom: 0 !important;
    margin-bottom: 8px !important;
    padding-bottom: 5px !important;
}

body.vw-store-onboarding-v5
[data-panel="business"]
.vw-direct-form-actions {
    border-top: 0 !important;
    margin-top: 10px !important;
    padding-top: 14px !important;
}

/* Keep mobile spacing clean while removing the sticky separator line too. */
@media (max-width: 700px) {
    body.vw-store-onboarding-v5
    [data-panel="business"]
    .vw-direct-business-block {
        margin-bottom: 11px !important;
        padding-bottom: 7px !important;
    }

    body.vw-store-onboarding-v5
    [data-panel="business"]
    .vw-direct-form-actions {
        border-top: 0 !important;
        margin-top: 8px !important;
        padding-top: 12px !important;
    }
}
