/**
 * Landing Page Template Styles
 * Hides page title and cleans up spacing for block-based landing pages
 */

/* Hide page title on landing page template */
.page-template-template-landing-page .entry-header {
  display: none;
}

/* Remove extra top padding on landing pages */
.page-template-template-landing-page .entry-content {
  padding-top: 0;
  margin-top: 0;
}

/* Full width content for landing pages */
.page-template-template-landing-page .site-content {
  padding-top: 0;
}

/* Remove default content container max-width if needed */
.page-template-template-landing-page .inside-article {
  max-width: 100%;
  padding: 0;
}

/* Optional: Remove sidebar spacing on landing pages */
.page-template-template-landing-page #primary {
  margin: 0;
}

/* Full bleed for blocks if using GeneratePress container */
.page-template-template-landing-page .alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

/* Better spacing for full-width blocks */
.page-template-template-landing-page .wp-block-group.alignfull,
.page-template-template-landing-page .wp-block-cover.alignfull {
  padding-left: 0;
  padding-right: 0;
}
