/*
Theme Name:   Hello Elementor Child
Theme URI:    https://atmforsale.net
Description:  Child theme for ATMforSale.net, ATM Buying Guides & Industry Insights
Author:       ATM Expert
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-elementor-child
*/

/*
 * All page-level styles are injected inline per-template via add_action('wp_head', ...).
 * This file intentionally contains only global fallbacks and WordPress admin overrides.
 */

/* WordPress admin bar offset */
html { scroll-behavior: smooth; }

/* Ensure admin bar doesn't overlap fixed nav or mobile nav */
.admin-bar nav,
.admin-bar #nav {
    top: 32px;
}
.admin-bar .mob-nav {
    top: calc(66px + 32px);
}

@media screen and (max-width: 782px) {
    .admin-bar nav,
    .admin-bar #nav {
        top: 46px;
    }
    .admin-bar .mob-nav {
        top: calc(66px + 46px);
    }
}
