.elementor-741161 .elementor-element.elementor-element-gd100001{--display:flex;}/* Start custom CSS *//* Hero: the logo is an inline <img> and .kicker is display:inline-block, so they
   shared a line box — the centred pair pushed the logo left of centre and the pill
   right of it. wpautop used to wrap the img in a <p> and hid this; raw HTML exposed it.
   Force each onto its own centred line. (2026-08-08) */
.erg-post .hero .logo{display:block!important;margin-left:auto!important;margin-right:auto!important;margin-bottom:26px!important;}
.erg-post .hero .kicker{display:inline-block!important;margin-left:auto!important;margin-right:auto!important;}/* End custom CSS */