/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Editor Styles
 *
 * CSS for just Backend enqueued after style.scss
 * which makes it higher in priority.
 */
.wp-block-wpseed-container {
  width: 100%;
  background: transparent;
  border: 3px dotted #e2e4e7;
  color: black;
  margin: 0;
  max-width: 100%;
  padding: 2rem; }
