/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-create-block-tantive-set-background {
	background-color: #21759b;
	color: #fff;
	padding: 2px;
}

.tsbMediaUploadBox.tsbMediaIdSet{
	display:  none;
}

.tsbMediaUploadBox.tsbNoMediaIdSet {
	display: block;
}

.tsbMediaImageBox.tsbMediaIdSet {
	display: block;
}

.tsbMediaImageBox.tsbNoMediaIdSet {
	display: none;
}

.tsbButtonCancelChanging.tsbButtonCancelCahngingUnabalable {
	display: none;
}

.tsbButtonCancelChanging.tsbButtonCancelCahngingAbalable {
	display: block;
}