/* THEME CORE STYLES */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body:not(.wp-core-ui) section,
html:not(.wp-toolbar) section,
.acf-block-preview section {
  position: relative;
  isolation: isolate;
}
body:not(.wp-core-ui) .background-wrapper,
html:not(.wp-toolbar) .background-wrapper,
.acf-block-preview .background-wrapper {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
body:not(.wp-core-ui) .background-wrapper div,
html:not(.wp-toolbar) .background-wrapper div,
.acf-block-preview .background-wrapper div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* ADMIN PANEL STYLES */
html :where(.wp-block) {
  max-width: min(1366px, 95%);
}