@charset "utf-8";

.editor-styles-wrapper {
	--wp--preset--font-family--sans: greycliff-cf,Helvetica,Arial,sans-serif;
	--wp--preset--font-family--accent: "HK Super Round",greycliff-cf,Helvetica,Arial,sans-serif;
}
.editor-styles-wrapper .wp-block-spacer {
	background: repeating-linear-gradient( 45deg, #EEEEEE77, #EEEEEE77 10px, #FFFFFF77 10px, #FFFFFF77 20px );
}
.editor-styles-wrapper .editor-post-title__input {
	border: 1px solid var(--outline-color-default);
	border-radius: 4px;
	padding: 12px;
	font-family: var(--wp-preset--font-family--sans);
	font-size: var(--wp--preset--font-size--medium);
}
.editor-styles-wrapper .editor-post-title__input::before {
	content: "Page Title:";
	font-weight: 800 !important;
	opacity: 0.5;
	text-transform: uppercase;
	font-size: 0.8rem;
	margin-right: 8px;
}
.editor-styles-wrapper .wp-block-shortcode > div {
	padding: 2px !important;
	gap: 2px !important;
}