/* WordPress / GeneratePress — Ready Korean home landing */

body.rk-home-plugin-active .site-content,
body.rk-home-plugin-active .content-area,
body.rk-home-plugin-active #primary,
body.rk-home-plugin-active .site-main,
body.rk-home-plugin-active .entry-content,
body.rk-home-plugin-active .inside-article {
  max-width: none;
  width: 100%;
}

body.rk-home-plugin-active.separate-containers .inside-article,
body.rk-home-plugin-active .inside-article,
body.rk-home-plugin-active article.page {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.rk-home-plugin-active .site-content,
body.rk-home-plugin-active .content-area,
body.rk-home-plugin-active #primary,
body.rk-home-plugin-active .site-main {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.rk-home-plugin-active .entry-header,
body.rk-home-plugin-active .page-header,
body.rk-home-plugin-active h1.entry-title {
  display: none !important;
}

/* Keep theme header/nav visible — same as Hangul / Lessons pages */
body.rk-home-plugin-active .site-footer,
body.rk-home-plugin-active .footer-widgets,
body.rk-home-plugin-active .site-info {
  display: none !important;
}

body.rk-home-plugin-active .rk-home-app {
  --rk-content-bg: var(--cream, #f7f5f0);
  background: var(--rk-content-bg);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  overflow-x: clip;
  min-height: 100vh;
}
