/*
 * VW_START_STORE_REMOVE_NAME_LINE_V1
 *
 * Removes only the horizontal separator above the Continue button
 * on the Name step. A small clean gap is retained.
 */

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

/* Keep the mobile action area clean without restoring the separator. */
@media (max-width: 700px) {
    body.vw-store-onboarding-v5
    [data-panel="name"]
    .vw-direct-form-actions {
        border-top: 0 !important;
        padding-top: 12px !important;
    }
}
