
/* AKKITA Starter Fix v03 — keep header, remove title/sidebar/container */
body.page .entry-title,
body.page h1.entry-title,
body.page .main_title,
body.page .et_post_meta_wrapper {
  display: none !important;
}

body.page #main-content .container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

body.page #left-area {
  width: 100% !important;
  padding: 0 !important;
}

body.page #sidebar {
  display: none !important;
}

body.page #main-content .container:before {
  display: none !important;
}

body.page .akkita-starter-wrap {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

/* Prevent accidental top white band from WP page title area */
body.page .akkita-starter-wrap:first-child,
body.page #left-area > .akkita-starter-wrap:first-child {
  margin-top: 0 !important;
}

/* Ensure the normal Divi header remains visible */
#main-header,
#top-header {
  display: block !important;
}
