/**
 * 101 Account Scroll - v4.5.1
 *
 * Pairs with the JS auto-scroll. The JS does the heavy lifting; this
 * CSS just ensures smooth-scroll honors the OS/browser setting and
 * provides a small scroll-margin buffer on the target so deep links
 * (anchors) also leave breathing space.
 */
@media (max-width: 767px) {
    html {
        scroll-behavior: smooth;
    }

    .woocommerce-MyAccount-content,
    .dokan-dashboard-content,
    .dokan-dash-content,
    .motta-account-content,
    .account-content {
        scroll-margin-top: 20px;
    }
}
