/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blocks/form-block/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.
 */
.wp-block-td-blocks-plugin-form-block {
  color: black;
}

#marketo-form.block-type .mktoForm {
  width: 100% !important;
  font-family: Roboto, sans-serif !important;
}

#marketo-form.block-type .mktoLabel {
  float: none;
  display: block;
  color: #fff;
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: 700 !important;
  width: 100% !important;
}

#marketo-form.block-type .mktoFormRow {
  display: flex;
  gap: 16px;
}

#marketo-form.block-type .mktoFormCol {
  display: none;
  flex: 1;
  padding-right: 0 !important;
}

#marketo-form.block-type fieldset.mktoFormCol {
  min-height: auto !important;
  margin-bottom: 0 !important;
}

#marketo-form.block-type .mktoFieldWrap {
  float: none;
}

#marketo-form.block-type .mktoGutter, #marketo-form.block-type .mktoOffset, #marketo-form.block-type .mktoClear, #marketo-form.block-type .mktoAsterix, #marketo-form.block-type .mktoPlaceholder, #marketo-form.block-type fieldset legend {
  display: none;
}

#marketo-form.block-type .mktoField {
  height: 40px;
  width: 100% !important;
  font-size: 16px;
  padding: 4px 8px;
  border-radius: 5px;
}

#marketo-form.block-type .mktoButtonRow {
  display: flex;
  justify-content: center;
}

#marketo-form.block-type .mktoButtonWrap {
  margin: 0 !important;
}

#marketo-form.block-type .mktoButton {
  background-color: rgb(103, 232, 249);
  color: rgb(23, 37, 84);
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 24px;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 18px;
  background-image: none;
  border: 1px solid rgb(103, 232, 249);
}

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