/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-create-block-tantive-set-background {
	border: 1px dotted #f00;
}

.tsbMediaUploadBox.tsbMediaIdSet{
	display:  none;
}

.tsbMediaUploadBox.tsbNoMediaIdSet {
	display: block;
}

.tsbMediaImageBox.tsbMediaIdSet {
	display: block;
}

.tsbMediaImageBox.tsbNoMediaIdSet {
	display: none;
}