/* The code changes the default size of the DIV element that Bricks builder rejects. It is only applicable in the working environment of Bricks Builder. */


:where(.brx-draggable:empty) {
	min-height: 16px;
	min-width: 16px;
}