/*
 * VW_START_STORE_DESKTOP_VIEWPORT_STABILITY_V1
 *
 * Prevents browser scroll anchoring from shifting the onboarding card
 * while panels are changed on desktop.
 */

@media (min-width: 821px) {
    body.vw-store-onboarding-v5 .vw-direct-shell,
    body.vw-store-onboarding-v5 .vw-direct-workspace,
    body.vw-store-onboarding-v5 .vw-direct-builder-card,
    body.vw-store-onboarding-v5 .vw-direct-panel {
        overflow-anchor: none !important;
    }

    body.vw-store-onboarding-v5 .vw-direct-builder-card {
        scroll-margin-top: 18px;
    }
}
