/*
 Theme Name: Hello Elementor Child
 Theme URI: https://example.com/
 Description: Child theme for Hello Elementor.
 Author: Your Name
 Author URI: https://example.com/
 Template: hello-elementor
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: hello-elementor-child
*/

/* Put your custom CSS below */
/* WP admin bar ka desktop margin neutralize — warna content doubly push ho jata */
@media (min-width: 783px){
  html { margin-top: 0 !important; }
  #wpadminbar { position: fixed; } /* safety */
}

/* (Optional) ensure first block never adds extra top space */
main > *:first-child,
.site-main > *:first-child,
.entry-content > *:first-child { margin-top:0 !important; padding-top:0 !important; }
