/*
Theme Name:   Hello Elementor Child
Theme URI:    https://fizaprime.com/
Description:  Child theme of Hello Elementor for Fiza Prime Cleaning Services. Holds site-specific head and body injections (Google Tag Manager container GTM-MW8KL2X) so they survive parent theme updates and travel with the site at migration.
Author:       Fiza Prime Cleaning Services
Template:     hello-elementor
Version:      1.0.1
License:      GNU General Public License v2 or later
Text Domain:  hello-elementor-child
*/

/* No style overrides. This child theme exists solely to own the
   wp_head and wp_body_open hooks. Design remains governed by
   Elementor global settings, not CSS in this file. */

/* ---------------------------------------------------------------
   Homepage - 'Our Service Commitment' card

   The navy heading bar (element me3g4kz) and the bordered box below
   it are designed as one card: the bar has zero bottom padding and a
   squared bottom-right corner (border-radius: 10px 10px 0 10px).

   Elementor adds the global --kit-widget-spacing (20px) on top of the
   widget's own 10px bottom margin, producing a 30px gap that splits
   the card in two. Collapsing it here restores the intended design.

   Applied 7 Aug 2026. To revert: delete this block.
   --------------------------------------------------------------- */
.elementor-15 .elementor-element.elementor-element-me3g4kz {
    margin-bottom: 0 !important;
}
