/*
Theme Name: Anđela Bukurecki - Hello Child
Template: hello-elementor
Description: Child tema za sajt andjelabukurecki.rs. Landing strane su kroz shortcode [ab_landing_v1] i [ab_landing_v2].
Version: 1.0.0
Text Domain: ab-child
*/

/* Minimalni globalni reset - landing strane imaju sopstvene stilove */
:root { --ab-color-text: #2b2a28; }

html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* Sakrij default Hello/WP chrome na landing stranama */
body.ab-landing-active .site-header,
body.ab-landing-active .site-footer,
body.ab-landing-active .entry-header,
body.ab-landing-active .page-title,
body.ab-landing-active .entry-title { display: none !important; }

body.ab-landing-active .entry-content,
body.ab-landing-active .site-main,
body.ab-landing-active .site-content,
body.ab-landing-active main { padding: 0 !important; margin: 0 !important; max-width: none !important; }

body.ab-landing-active { margin: 0 !important; padding: 0 !important; }
