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

.wp-block-eb-pricing-table {
	border: 1px dotted #f00;
}
.drag-handle {
	flex: 1;
	background: darkgrey;
	border-right: 1px solid;
	cursor: move;
	color: #ffffff;
	align-items: center;
	display: flex !important;
	justify-content: center;
}

.eb-pricebox-price p {
	margin: 0;
}
