@charset "UTF-8";.editor-styles-wrapper *{box-sizing:border-box}.editor-styles-wrapper html{height:100%}.editor-styles-wrapper body{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden}.editor-styles-wrapper body main.is-root-container{flex-grow:1}.editor-styles-wrapper body main.is-root-container > :first-child:not(.alignfull){margin-top:calc(2 * var(--layout-offset))}.editor-styles-wrapper body.is-no-scroll{overflow:hidden}.editor-styles-wrapper .is-root-container{width:var(--layout-full);max-width:100%;margin-left:auto;margin-right:auto}.editor-styles-wrapper .is-root-container > *{width:var(--layout-width);max-width:calc(100% - calc(2 * var(--layout-offset)));margin-left:auto;margin-right:auto;box-sizing:border-box}.editor-styles-wrapper .is-root-container > .alignwide{width:var(--layout-wide);max-width:100%}.editor-styles-wrapper .is-root-container > .alignfull{width:var(--layout-full);max-width:100%}.editor-styles-wrapper .is-root-container > .alignfull.has-background:has(+ .alignfull.has-background){margin-bottom:0}.editor-styles-wrapper :where(.is-layout-flex){gap:var(--layout-gap)}.editor-styles-wrapper :where(.is-layout-flex).is-content-justification-right{justify-content:flex-end}.editor-styles-wrapper :where(.is-layout-flex).is-content-justification-center{justify-content:center}.editor-styles-wrapper :where(.is-layout-flex).is-content-justification-space-between{justify-content:space-between}.editor-styles-wrapper .alignleft{text-align:left}.editor-styles-wrapper .alignright{text-align:right}.editor-styles-wrapper .aligncenter{text-align:center}