/**
 * Button Reset
 *
 */
/**
 * Size
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
.full-width-content .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper > *, .block-area-before-footer .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper > *,
.full-width-content .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > *,
.block-area-before-footer .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > * {
  max-width: var(--wp--custom--layout--wide);
}
.block-area-sidebar .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper > *,
.block-area-sidebar .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > * {
  max-width: var(--wp--custom--layout--sidebar);
}
.block-area-after-post .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper > *, .block-area-before-recipe .editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper > *,
.block-area-after-post .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > *,
.block-area-before-recipe .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > * {
  max-width: var(--wp--custom--layout--content);
}
.editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper > *.alignfull,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > *.alignfull {
  margin-left: calc(-1 * var(--wp--custom--layout--padding)) !important;
  margin-right: calc(-1 * var(--wp--custom--layout--padding)) !important;
}

.editor-styles-wrapper {
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}

body.full-width-content .editor-styles-wrapper {
  --wp--custom--layout--page: var(--wp--custom--layout--wide);
}
