/**
 * GLOBAL SPACING FIX
 * Remove top spacing from all pages to match homepage standard
 */

/* Target all page containers */
.page .entry-content,
.page article,
.page main,
.page-template-default .entry-content,
.page-template-default article {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* First child of entry content should have zero margin */
.page .entry-content > *:first-child,
.entry-content > *:first-child {
  margin-top: 0 !important;
}

/* Target Kadence specific wrappers */
.entry-content-wrap {
  padding-top: 0 !important;
}

/* Remove any global content padding */
#primary,
#main,
.site-main {
  padding-top: 0 !important;
}

/* Ensure hero sections start at top */
.h4-service-hero,
.page-hero,
[style*="padding: 80px"] {
  margin-top: 0 !important;
}

/* Hide Kadence default page titles that create whitespace */
.entry-hero-container-inner,
.entry-hero.entry-hero-layout-standard,
.page-title {
  display: none !important;
}

/* Also target page ID 89 specifically (Boek Nu) */
.page-id-89 .entry-hero,
.page-id-89 .page-title {
  display: none !important;
}
