/*
  Extra style for the WordPress backend.
*/

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

/* Hide heading options in ACF TinyMCE toolbars for Accordion block. */
.mce-floatpanel .mce-container-body {
  .mce-menu-item:nth-child(2),
  .mce-menu-item:nth-child(3),
  .mce-menu-item:nth-child(6),
  .mce-menu-item:nth-child(7) {
    display: none;
  }
}

.post-type-solicitation .mce-floatpanel .mce-container-body {
  .mce-menu-item:nth-child(3) {
    display: block;
  }

  .mce-menu-item:nth-child(5) {
    display: none;
  }
}

.components-toolbar-button[aria-label="Heading 1"] {
  display: none !important;
}

.wp-block {
  max-width: 960px;
}

.acf-block-preview {
  background: #ededed;

  img {
    max-height: 250px;
    max-width: 400px;
    display: block;
  }

  .full-image-container {
    img {
      width: 100%;
      max-width: none;
    }
  }

  svg {
    display: none;
  }

  .grid {
    display: flex;
    flex-wrap: wrap;
  }
}

