@charset "UTF-8";
/* µniçöÐé */

.editor-styles-wrapper .ifsd-hidden-block {
	opacity: 0.8;
}
.editor-styles-wrapper [class*="wp-block"].ifsd-hidden-block::after {
	content: '';
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(
		-45deg,
		rgb(255 255 0 / 0.05),
		rgb(255 255 0 / 0.05) 20px,
		rgb(64 64 64 / 0.05) 20px,
		rgb(64 64 64 / 0.05) 40px
	);
	box-shadow: inset 0 0 0 10px rgb( 255 0 0 / 0.1 );
	pointer-events: none;
	z-index: 22334;
}

.editor-styles-wrapper .block-editor-warning {
	width: fit-content;
}


.editor-styles-wrapper ol > li,
.editor-styles-wrapper ul > li {
	margin-bottom: 1em;
}


.editor-styles-wrapper b,
.editor-styles-wrapper strong {
  font-weight: bolder;
}



#wpbody-content .block-editor .is-root-container {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
}


