/* Harthwyn 26.01.296 — final managed shell consistency authority.
   Purpose: keep every plugin-owned/shortcode-owned/alias managed page under one
   visual shell and neutralize theme document remnants without changing content scope. */
html[data-harthwyn-plugin-owned-managed-page-document-260284="1"],
html[data-harthwyn-plugin-owned-managed-page-document-260292="1"]{
  margin:0!important;
  padding:0!important;
  width:100%!important;
  min-height:100%!important;
  background:#f9f4ea!important;
}
body.harthwyn-managed-page{
  margin:0!important;
  padding:0!important;
  width:100%!important;
  min-height:100dvh!important;
  background:#f9f4ea!important;
  overflow-x:hidden!important;
}
body.harthwyn-managed-page .site,
body.harthwyn-managed-page .site-content,
body.harthwyn-managed-page .content-area,
body.harthwyn-managed-page .entry-content,
body.harthwyn-managed-page .wp-site-blocks{
  max-width:none!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
}
body.harthwyn-managed-page .entry-header,
body.harthwyn-managed-page .entry-title,
body.harthwyn-managed-page header.site-header,
body.harthwyn-managed-page footer.site-footer,
body.harthwyn-managed-page .wp-block-template-part,
body.harthwyn-managed-page .wp-block-navigation,
body.harthwyn-managed-page nav.wp-block-navigation,
body.harthwyn-managed-page .ast-primary-header-bar,
body.harthwyn-managed-page .main-header-bar,
body.harthwyn-managed-page #masthead,
body.harthwyn-managed-page #colophon{
  display:none!important;
}
#harthwyn-managed-page-document-main{
  display:block!important;
  width:100%!important;
  min-height:100dvh!important;
  margin:0!important;
  padding:0!important;
  background:#f9f4ea!important;
}
body.harthwyn-managed-page .harthwyn-managed-page-shell,
body.harthwyn-managed-page .harthwyn-member-shell,
body.harthwyn-managed-page .harthwyn-i-am-page-260245,
body.harthwyn-managed-page .harthwyn-dashboard-home{
  width:min(1180px, calc(100vw - 32px))!important;
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.harthwyn-managed-page .harthwyn-site-banner,
body.harthwyn-managed-page .harthwyn-global-header,
body.harthwyn-managed-page .harthwyn-family-navigation,
body.harthwyn-managed-page .harthwyn-live-ticker,
body.harthwyn-managed-page .harthwyn-global-footer{
  width:100%!important;
  max-width:none!important;
}
@media (max-width: 782px){
  body.harthwyn-managed-page .harthwyn-managed-page-shell,
  body.harthwyn-managed-page .harthwyn-member-shell,
  body.harthwyn-managed-page .harthwyn-i-am-page-260245,
  body.harthwyn-managed-page .harthwyn-dashboard-home{
    width:min(100%, calc(100vw - 20px))!important;
  }
}
