/*
Theme Name:   Hello Elementor Child
Theme URI:    https://mhm-services.co.uk
Description:  Professional child theme for Hello Elementor with MHM Brand Kit integration
Author:       Melody Helen MacFarlane
Author URI:   https://mhm-services.co.uk
Template:     hello-elementor
Version:      1.1.0
Text Domain:  hello-elementor-child
*/

/*
 * ============================================================================
 * CHILD THEME FINAL OVERRIDES
 * ============================================================================
 *
 * This file contains ONLY final overrides and mobile fixes.
 * Main site styles are in /assets/css/custom-styles.css (loaded via functions.php)
 *
 * DO NOT use @import here — all CSS files are enqueued via functions.php.
 *
 * Load order (via functions.php):
 *   1. hello-elementor/style.css        (Parent theme)
 *   2. brand-kit-base.css               (Foundation — from plugin)
 *   3. custom-styles.css                (Site styling — from child /assets/css/)
 *   4. hello-elementor-child/style.css  (THIS FILE — final overrides)
 * ============================================================================
 */

/* Mobile CTA Button Override — 2×2 Grid */
@media (max-width: 767px) {
    .elementor-button-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .elementor-button {
        width: 100%;
    }
}

.page-template-page-mhm-template .site-header,
.page-template-page-mhm-template .site-footer { display: none; }