/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/block-form/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.editor-styles-wrapper .wcb-form__wrap .wp-block {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.wcb-form__wrap .wp-block {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.wcb-form__wrap {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  line-height: 1.5rem;
}
.wcb-form__wrap [type=text],
.wcb-form__wrap [type=email],
.wcb-form__wrap [type=url],
.wcb-form__wrap [type=password],
.wcb-form__wrap [type=number],
.wcb-form__wrap [type=date],
.wcb-form__wrap [type=datetime-local],
.wcb-form__wrap [type=month],
.wcb-form__wrap [type=search],
.wcb-form__wrap [type=tel],
.wcb-form__wrap [type=time],
.wcb-form__wrap [type=week],
.wcb-form__wrap [multiple],
.wcb-form__wrap textarea,
.wcb-form__wrap select {
  width: 100%;
}
.wcb-form__wrap [type=checkbox],
.wcb-form__wrap [type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
.wcb-form__wrap [type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z%27/%3e%3c/svg%3e");
}
.wcb-form__wrap [type=checkbox]:checked::before {
  display: none;
}
.wcb-form__wrap [type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3ccircle cx=%278%27 cy=%278%27 r=%273%27/%3e%3c/svg%3e");
}
.wcb-form__wrap [type=radio]:checked::before {
  display: none;
}

.wcb-form__label {
  display: block;
  color: #374151;
}
.wcb-form__label.required {
  color: #374151;
}
.wcb-form__label.required::after {
  color: #f00;
  content: " *";
}

.wcb-checkbox__option-label {
  color: #374151;
}
.wcb-checkbox__option-label.required {
  color: #374151;
}
.wcb-checkbox__option-label.required::after {
  color: #f00;
  content: " *";
}

/*  */
.wcb-form__box {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.wcb-form__inner {
  flex: 1 1 0%;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.wcb-form__btn-submit-wrap {
  display: flex;
}

.wcb-form__btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
}

.wcb-form__successMessageText,
.wcb-form__errorMessageText {
  flex: 1 1 0%;
  padding: 1.25rem;
  display: none;
}

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