@charset "UTF-8";

@media print, screen
{

.cblock-editor .cblock-css0
{
	display: block;
	width: 100%;
	min-height: 1em;	max-height: 20rem;

	padding: 0.5em;

	border: 1px dotted var(--Ceditor0);

	font-family: var(--Roboto);
	font-size: 0.7rem;
	font-weight: 300;
	line-height: 1.2;
	white-space: pre-line;

	overflow-y: scroll;
}

.cblock-editor .cblock-css0::before
{
	position: absolute;
	top: 0.2em;	right: 0.2em;

	content: "CSS";
	display: block;

	color: var(--Ceditor0);
	font-size: var(--fzv14);
}


}
@media screen and (max-width: 767px)
{


}

/* ======================================== end ======================================== */
