/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* Remove top gap for Elementor HTML blocks */
.elementor-location-single,
.elementor-location-header,
.elementor-location-footer,
.elementor-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Woodmart specific wrappers */
#main,
.content-wrapper,
.container {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* If still gap persists due to theme hook */
body > header + * {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
