/**
 * style-admin-blocks.css
 *
 */
.is-root-container.block-editor-block-list__layout .wp-block-column > *:not([style*="margin"]),
.entry-content.wp-block-post-content.block-editor-block-list__layout .wp-block-column > *:not([style*="margin"]) ,
.entry-content.wp-block-post-content.block-editor-block-list__layout > *:not(.wp-block-cover):not([style*="margin"]) ,
.is-root-container.block-editor-block-list__layout > *:not(.wp-block-template-part):not(.wp-block-post-content):not([style*="margin"]) {
    margin-bottom: 20px!important;
    margin-top: 20px!important;
}

.entry-content.wp-block-post-content.block-editor-block-list__layout > .wp-block-cover:last-child{
	/*margin-bottom: 20px!important;*/
}

header.wp-block-group{
	padding: 1rem;
	top: 0;
	left: 0;
	right: 0;
	background-color: #283a4b;
	z-index: 99;
}


footer.wp-block-group{
	padding: 1rem;
	top: 0;
	left: 0;
	right: 0;
	background-color: #283a4b;
	z-index: 99;
}

.wp-block-navigation__responsive-container-content a.wp-block-navigation-item__content,
header.wp-block-group a.wp-block-navigation-item__content{
    padding: 0 0.5rem;
    
}

header.wp-block-group a.wp-block-navigation-item__content *{
    color: #fff;
}

.wp-block[data-type="machine/custom-block-text-image"]:has(.wp-block[data-type="machine/custom-block-text-image"]){
	padding: 0!important;
}

header.wp-block-group .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{
	color: #fff;
}


header.wp-block-group .wp-block-navigation__responsive-container-open svg,
header.wp-block-group .wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{
	fill: #fff
}



.is-root-container.block-editor-block-list__layout h1 { font-size: var(--wp--preset--font-size--xx-large); }
.is-root-container.block-editor-block-list__layout h2 { font-size: var(--wp--preset--font-size--x-large); }
.is-root-container.block-editor-block-list__layout h3, 
.is-root-container.block-editor-block-list__layout h4, 
.is-root-container.block-editor-block-list__layout h5, 
.is-root-container.block-editor-block-list__layout h6 { font-size: var(--wp--preset--font-size--medium); }


.wp-block-column hr{
	max-width: 100%;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}