/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 */

.wp-block-create-pardot-list {
	background-color: var(--wp-admin-theme-color);
	color: #fff;
	padding: 2px;
}

.block {
  background: rgba(139, 139, 150, 0.1);
  padding: 1em;
}
