.izzy-home-root {
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--izzy-bg, #fafaf7);
  color: var(--foreground, #1a2e21);
}

.izzy-home-root a {
  text-decoration: none;
}

.izzy-home-root button {
  font-family: inherit;
}

.izzy-home-root [hidden] {
  display: none !important;
}

body:has(.izzy-home-root) {
  background: var(--izzy-bg, #fafaf7);
}

body.page-id-11 .site-header.wp-block-template-part,
body.page-id-11 .site-footer.wp-block-template-part {
  display: none !important;
}

body.page-id-11 main#wp--skip-link--target,
body.page-id-11 .wp-site-blocks {
  margin: 0 !important;
  padding: 0 !important;
}

body.page-id-11 .entry-content.wp-block-post-content {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-id-11 .entry-content.wp-block-post-content > .izzy-home-root {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}
