/*
	Theme Name: Esuna
	Description: Esuna Theme
	Author: AHAB-Akademie
	Template: generic
	Version: 1.0.0
	Text Domain: esuna
*/

/* Changes For Gutenberg Editor */
	/* Fixes Plugin: All Bootstrap Blocks */
		body.block-editor-page .block-editor-inner-blocks,
		body.block-editor-page .block-editor-inner-blocks .block-editor-block-list__layout,
		body.block-editor-page .block-editor-block-list__block:not(.wp-block-spacer):not(.pg-post-image),
		body.block-editor-page .h-100,
		body.block-editor-page .block-editor-block-inspector .components-flex,
		body.block-editor-page .block-editor-block-list__layout.is-root-container .h-100, .editor-styles-wrapper .block-editor-block-list__layout.is-root-container .h-100 {
			height: fit-content !important;
		}
		body.block-editor-page .collapse {
			visibility: unset;
		}
		body.block-editor-page .d-none,
		body.block-editor-page .d-lg-none {
			display: unset !important;
			opacity: .3;
		}
@media (min-width: 992px) {
	body.block-editor-page .d-lg-none {
			display: unset !important;
			opacity: .3;
		}
}

	/* Plugin: Post Grid Combo */
		.wp-core-ui #wpbody #editor .edit-post-header__settings #pgTemplatesBtn {
			display: none;
		}
