.wptd-imgc-block-editor {
	width: 100%;
}

.wptd-imgc-block-preview {
	width: 100%;
}

.wptd-imgc-block-preview .wptd-imgc-wrap,
.wptd-imgc-block-preview .wptdimgc-wrapper {
	max-width: 100%;
}

.wptd-imgc-block-inspector-image {
	margin-bottom: 16px;
}

.wptd-imgc-block-inspector-image__label {
	margin: 0 0 8px;
	font-weight: 600;
}

.wptd-imgc-block-inspector-image__preview {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 8px;
	border: 1px solid #dcdcde;
	border-radius: 2px;
}

.wptd-imgc-block-inspector-image__actions {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.wp-block-wptd-image-compare {
	width: 100%;
}

.editor-styles-wrapper .wptd-imgc-block-preview img {
	max-width: 100%;
	height: auto;
}
