/* STYLE GUTENBERG TITLE */
.editor-visual-editor__post-title-wrapper {
	margin-top: 0 !important;
}

.wp-block-post-title.editor-post-title {
	font-size: var(--text-m);
	color: #1e1e1e;
	padding-bottom: 10px;
	padding-top: 9px;
	font-weight: 400;
	padding-left: 76px;
	line-height: 1.5;
	border-bottom: 1px solid #d2d2d2;
	max-width: 100%;
}

.wp-block-post-title.editor-post-title::before {
	content: "Title - ";
}
