/* Hide the available view options */
.editor-preview-dropdown {
  display: none !important;
}
/* Prevent smaller featured images from being stretched inside Gutenberg */
.editor-post-featured-image__preview .editor-post-featured-image__preview-image {
  -o-object-fit: contain;
     object-fit: contain; /* Ensure the image maintains its aspect ratio */
  max-width: 100%;     /* Ensure it doesn’t overflow the container */
  height: auto;        /* Keep the aspect ratio */
  width: auto;         /* Prevent stretching */
}
/* Hide Custom Blocks From The Core Page Template */
.editing-page div.block-editor-block-types-list__list-item:has([class*="editor-block-list-item-scs-prose"]) {
    display: none;
  }
.editing-post div.block-editor-block-types-list__list-item:has([class*="editor-block-list-item-scs-posts"]), .is-core-page-template div.block-editor-block-types-list__list-item:has([class*="editor-block-list-item-scs-posts"]) {
    display: none;
  }
/* Gutenberg Post/Page Title */
.editor-styles-wrapper .wp-block-post-title {
  margin-left: auto;
  margin-right: auto;
}
.editor-styles-wrapper .wp-block-post-title {
  margin-bottom: 1.25rem;
}
.editor-styles-wrapper .wp-block-post-title {
  max-width: 848px;
}
.editor-styles-wrapper .wp-block-post-title {
  padding: 0.5rem;
}
.editor-styles-wrapper .wp-block-post-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.editor-styles-wrapper .wp-block-post-title {
  font-weight: 700;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .wp-block-post-title {
    font-size: 3rem;
    line-height: 1;
  }
}
/* Gutenberg Right Sidebar */
.interface-interface-skeleton__sidebar .interface-complementary-area__fill {
    min-width: 320px !important;
  }
.interface-interface-skeleton__sidebar .interface-complementary-area__fill .interface-complementary-area.editor-sidebar {
      min-width: 320px !important;
    }
.interface-interface-skeleton__sidebar .interface-complementary-area__fill .interface-complementary-area.editor-sidebar .acf-field {
        padding-left: 10px;
        padding-right: 10px;
      }
.interface-interface-skeleton__sidebar .interface-complementary-area__fill .interface-complementary-area.editor-sidebar .acf-field-flexible-content .acf-field-repeater {
          padding-left: 0;
          padding-right: 0;
        }
.interface-interface-skeleton__sidebar .interface-complementary-area__fill .interface-complementary-area.editor-sidebar .acf-field-flexible-content .acf-field-repeater > .acf-label {
            padding-left: 16px;
            padding-right: 16px;
          }
.interface-interface-skeleton__sidebar .interface-complementary-area__fill .interface-complementary-area.editor-sidebar .acf-field-flexible-content .acf-field-repeater .acf-input .acf-table {
              border-left: 0;
              border-right: 0;
            }
.interface-interface-skeleton__sidebar .interface-complementary-area__fill .interface-complementary-area.editor-sidebar .acf-field-flexible-content .acf-field-repeater .acf-input .acf-actions {
              padding-left: 16px;
              padding-right: 16px;
            }
.interface-interface-skeleton__sidebar .interface-complementary-area__fill .interface-complementary-area.editor-sidebar .acf-repeater .acf-row-handle {
          padding-left: 0;
          padding-right: 0;
        }
.editor-styles-wrapper {
  max-width: none !important;
}
.is-root-container {
  max-width: none !important;
}
.is-root-container :where(.wp-block) {
    max-width: none !important;
  }

