/* ----- Divi Visual Builder addition ----- */

#et-fb-app .et_pb_code {
	min-height: 2em;
	background-color: #0002;
	border: 2px dashed #0006;
	border-radius: 8px;
}

#et-fb-app .et_pb_code:before {
	content: 'CODE';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-weight: bold;
	color: #0008;
	text-shadow: 0 0 1em #fffa;
}


/* ----- Fix overlapping main-menu glow in editor ----- */

.et-fb #et-main-area:before {
	display: none;
}
