/* True edge-to-edge page canvas */
html,body{max-width:100%;overflow-x:hidden}
body.rcm-themify-page #page,
body.rcm-themify-page #pagewrap,
body.rcm-themify-page #body,
body.rcm-themify-page #layout,
body.rcm-themify-page #content,
body.rcm-themify-page .site-content,
body.rcm-themify-page .content-area,
body.rcm-themify-page .container,
body.rcm-themify-page .wrap,
body.rcm-themify-page main,
body.rcm-themify-page article{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  float:none!important;
}
body.rcm-themify-page #sidebar,
body.rcm-themify-page .sidebar,
body.rcm-themify-page aside.widget-area{display:none!important}
.rcm-themify-full-width{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
.rcm-editable-page{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;background:#fff;border:0!important;border-radius:0!important;box-shadow:none!important}
.rcm-editable-header{width:100%;padding:clamp(24px,4vw,56px) clamp(16px,4vw,64px);background:#f4f7fb}
.rcm-editable-header h1{max-width:1600px;margin:0 auto;color:#00295a;font-size:clamp(34px,5vw,64px);line-height:1.08}
.rcm-editable-content{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
.rcm-editable-content>.themify_builder_content,
.rcm-editable-content .themify_builder_content,
.rcm-editable-content .module_row,
.rcm-editable-content .row_inner,
.rcm-editable-content .module,
.rcm-editable-content .module_column{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  box-sizing:border-box
}
/* Ordinary editor content gets readable padding; Themify rows remain edge to edge. */
.rcm-editable-content:not(:has(.themify_builder_content)){padding:clamp(20px,4vw,64px)!important}
.rcm-editable-content img,.rcm-editable-content video,.rcm-editable-content iframe{max-width:100%;height:auto}
.rcm-editable-content table{width:100%}
@media(max-width:640px){.rcm-editable-header{padding:24px 14px}.rcm-editable-content:not(:has(.themify_builder_content)){padding:18px!important}.rcm-editable-content table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}}
