/**
 * Book-plan (learner guide) pages — normalize Elementor/theme full-viewport spacers
 * so the plan app is not squeezed between huge empty blocks.
 */

body.bd-book-plan-page {
  background: #f3f4f6;
}

/* Elementor single templates often stack 50–100vh sections; collapse them on app pages. */
body.bd-book-plan-page .elementor-location-single .elementor-section,
body.bd-book-plan-page .elementor-location-single .elementor-top-section,
body.bd-book-plan-page .elementor-location-single .e-con {
  min-height: 0 !important;
  height: auto !important;
}

body.bd-book-plan-page .elementor-section.elementor-section-height-full,
body.bd-book-plan-page .elementor-section.elementor-section-height-min-height,
body.bd-book-plan-page .e-con.e-parent[style*="min-height"] {
  min-height: 0 !important;
  height: auto !important;
}

body.bd-book-plan-page .elementor-location-single .site-main,
body.bd-book-plan-page .elementor-location-single,
body.bd-book-plan-page #primary .site-main,
body.bd-book-plan-page #content .entry-content {
  padding-top: 0;
  padding-bottom: 0;
}

body.bd-book-plan-page .elementor-widget-theme-post-content .elementor-widget-container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

/* The plan shell already has its own title bar — hide duplicate page title widgets. */
body.bd-book-plan-page .elementor-widget-theme-post-title,
body.bd-book-plan-page .elementor-widget-theme-post-excerpt,
body.bd-book-plan-page .entry-header,
body.bd-book-plan-page .page-header {
  display: none !important;
}

body.bd-book-plan-page .bd-book-plan-rescue-mount,
body.bd-book-plan-page .bd-a1-plan-app,
body.bd-book-plan-page .bd-a2-plan-app,
body.bd-book-plan-page .bd-b1-plan-app,
body.bd-book-plan-page .bd-b2-plan-app {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  min-height: min(calc(100dvh - 72px), 900px);
}

body.bd-book-plan-page.admin-bar .bd-book-plan-rescue-mount,
body.bd-book-plan-page.admin-bar .bd-a1-plan-app,
body.bd-book-plan-page.admin-bar .bd-a2-plan-app,
body.bd-book-plan-page.admin-bar .bd-b1-plan-app,
body.bd-book-plan-page.admin-bar .bd-b2-plan-app {
  min-height: min(calc(100dvh - var(--wp-admin--admin-bar--height, 32px) - 72px), 900px);
}

@media (max-width: 782px) {
  body.bd-book-plan-page.admin-bar .bd-book-plan-rescue-mount,
  body.bd-book-plan-page.admin-bar .bd-a1-plan-app,
  body.bd-book-plan-page.admin-bar .bd-a2-plan-app,
  body.bd-book-plan-page.admin-bar .bd-b1-plan-app,
  body.bd-book-plan-page.admin-bar .bd-b2-plan-app {
    min-height: min(calc(100dvh - var(--wp-admin--admin-bar--height, 46px) - 64px), 900px);
  }
}

/* Keep footer compact — avoid a second full-screen block under the app. */
body.bd-book-plan-page .elementor-location-footer .elementor-section,
body.bd-book-plan-page .elementor-location-footer .e-con {
  min-height: 0 !important;
  height: auto !important;
}

body.bd-book-plan-page .bd-book-plan-rescue-mount:empty {
  display: none;
}
