/* MailChimp for WP styles
----------------------------------------------------------------- */
.mc4wp-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mc4wp-form-wrapper > input:first-child {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.mc4wp-form-wrapper > input:last-child {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

form.mc4wp-form p:has(> label > input[type=checkbox]),
.mc4wp-form-wrapper + .check_form {
  margin-top: 12px;
}

form.mc4wp-form .mc4wp-form-fields input[type=submit] {
  max-width: none !important;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

form.mc4wp-form .mc4wp-form-fields input[type=email] {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 7.2em);
}

form.mc4wp-form .mc4wp-form-fields input[type=submit] {
  display: inline-block;
  vertical-align: top;
  max-width: 8em;
  padding-left: 2em;
  padding-right: 2em;
}

form.mc4wp-form .mc4wp-alert {
  margin: 1.5em 0;
  padding: 1em;
  line-height: 1.5em;
}

form.mc4wp-form p {
  margin: 0;
}

form.mc4wp-form p + p,
form.mc4wp-form input + p {
  margin-top: 1em;
}/*# sourceMappingURL=mailchimp-for-wp.css.map */