/*
  Extra style for the Wordpress backend.
*/
/* Hide h1 option on header block */
.components-toolbar-button[aria-label="Heading 1"] {
  display: none !important;
}

/* purgecss start ignore */
.wp-block {
  max-width: 960px;
}

.acf-block-preview {
  background: #EDEDED;
}
.acf-block-preview img {
  max-height: 250px;
  max-width: 400px;
  display: block;
}
.acf-block-preview .full-image-container img {
  width: 100%;
  max-width: none;
}
.acf-block-preview svg {
  display: none;
}
.acf-block-preview .grid {
  display: flex;
  flex-wrap: wrap;
}

/*fix for Z-Index conflict with ACF options*/
.components-popover.block-editor-block-popover {
  z-index: 9999;
}

/* purgecss end ignore */
