/* Kadence integration adapter. Load after geekybot-common.css. */
.site-footer .footer-html {
  width: 100%;
  margin-block: 0;
}

.site-footer .footer-html > .gb-site {
  width: 100%;
  text-align: left;
}

/* Kadence adds a 1.5em top margin to headings inside .single-content.
   Geeky Bot eyebrow/kicker labels already provide the designed spacing. */
.single-content .gb-site .gb5-eyebrow + :is(h1, h2, h3, h4, h5, h6),
.single-content .gb-site .gb-kicker + :is(h1, h2, h3, h4, h5, h6) {
  margin-block-start: 0;
}

/* Restore the centered page-hero H1 margins that Kadence's shorthand replaces.
   Split-layout heroes such as Commerce Pro remain intentionally left-aligned. */
.single-content .gb-site .gb5-page-hero .gb5-eyebrow + h1 {
  margin: 0 auto 1.4rem;
}