/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-theme-mailchimp {
  clear: both;
}
.wp-block-theme-mailchimp .mailchimp-form-content {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.wp-block-theme-mailchimp .mailchimp-form-content .mailchimp-form-fields {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.wp-block-theme-mailchimp .mailchimp-form-content .mailchimp-form-fields .mc-field-group {
  margin: 10px;
}

/*# sourceMappingURL=style-index.css.map*/