/**
 * Note that these styles are loaded *before* editor styles, so that
 * editor-specific styles using the same selectors will take precedence.
 */
 
 .wp-block-docxpresso-cut-paste-plugin {
    display: flex;
    flex-direction: row;
    padding: 8px;
    background-color: #fbfbfb;
    font-size: 13px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

div.wp-block-docxpresso-cut-paste-plugin:before { 
    content: "\f497";
	font-family: dashicons;
	display: table-cell;
	font-weight: bold;
	font-size: 20px !important;
	padding-top: 3px;
}

.wp-block-docxpresso-cut-paste-plugin .components-autocomplete p {
	font-size: 13px !important;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 3px 8px;
	text-align: left;
}

.wp-block-docxpresso-cut-paste-plugin button {
	margin-top: 4px !important;
	margin-left: 5px !important;
}
