/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * 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.
 */
.subscribe-form span.validation-error,
.subscribe-form .form-errors {
  display: block;
  padding: 0.375rem 0.5rem;
  font-size: 0.75rem;
  color: red;
  border: 1px solid red;
  border-radius: 1px;
  background-color: rgba(255, 0, 0, 0.1);
}
.subscribe-form .form-errors {
  margin-top: var(--wp--preset--spacing--30);
  margin-bottom: var(--wp--preset--spacing--30);
}
.subscribe-form .form-errors h2 {
  font-size: 1rem;
}
.subscribe-form .main-fields,
.subscribe-form .term-fields {
  margin-bottom: 1rem;
}
.subscribe-form .form-messages {
  border-width: 1px;
  border-style: none;
  border-radius: 1px;
  padding: 2rem;
  text-align: center;
}
.subscribe-form .form-messages.success {
  background-color: rgb(233, 255, 233);
  border-color: green;
  border-style: solid;
}
.subscribe-form .form-messages.success .form-message-text {
  color: green;
}
.subscribe-form .form-messages.error {
  background-color: rgb(255, 224, 224);
  border-color: red;
  border-style: solid;
}
.subscribe-form .form-messages.error .form-message-text {
  color: red;
}
.subscribe-form .form-group {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  gap: 1rem;
}
.subscribe-form .form-group .form-input {
  width: calc(50% - 0.5rem);
}
.subscribe-form .form-input:not(.form-input-checkbox) label,
.subscribe-form .form-input:not(.form-input-checkbox) input {
  width: 100% !important;
}
.subscribe-form .loading {
  display: none;
  gap: 0.5rem;
  align-items: center;
}
.subscribe-form .saving .loading {
  display: flex;
}

.tfec.subscribe-form * {
  font-family: var(--wp--preset--font-family--bilo) !important;
  color: var(--wp--preset--color--tfec-darkest-teal) !important;
}
.tfec.subscribe-form input[type=submit] {
  background-color: var(--wp--preset--color--tfec-action-orange);
  color: var(--wp--preset--color--tfec-lightest-teal) !important;
  font-weight: 700;
}
.tfec.subscribe-form .form-input a {
  color: var(--wp--preset--color--tfec-primary-teal);
  font-weight: 700;
}
.tfec.subscribe-form .form-input a:hover {
  color: var(--wp--preset--color--tfec-dark-teal);
}

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