/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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.
 */
.wp-block-create-block-momentum-block {
  background-color: #21759b;
  color: #fff;
  padding: 2px;
}

.is-style-button-secondary .wp-block-button__link {
  background-color: var(--wp--preset--color--core-secondary-700);
  color: var(--wp--preset--color--core-neutral-black);
  border: 0px;
}

.is-style-outline .wp-block-button__link {
  background-color: var(--wp--preset--color--core-neutral-white);
  color: var(--wp--preset--color--core-neutral-black) !important;
  border: 1px solid var(--wp--preset--color--core-primary-500) !important;
}

/**
* lancyr bitform customization
*
**/
.lancyr_toggle_t1_container {
  grid-template-columns: repeat(auto-fit, minmax(120px, 4fr)) !important;
}

.lancyr_toggle_t1 {
  height: 120px;
  width: 120px;
  display: inline-block;
  background-color: var(--wp--preset--color--core-neutral-white);
  border: 1px solid var(--wp--preset--color--core-primary-500) !important;
  border-radius: 5px;
  color: var(--wp--preset--color--core-neutral-black);
}

.lancyr_toggle_t1_on {
  background-color: var(--wp--preset--color--core-primary-500) !important;
  color: var(--wp--preset--color--core-neutral-white) !important;
}

.lancyr_toggle_t1_container label {
  display: none;
}

.lancyr_toggle_t1_content {
  overflow: hidden;
  width: 120px;
  height: 120px;
  text-align: center;
  padding: 20px;
}

.lancyr_toggle_t1_content p {
  font-size: 12px;
}

.lancyr_toggle_t1_content p:first-letter {
  text-transform: uppercase;
}

.lancyr_toggle_t1_content i {
  font-size: 40px;
}

span:has(> .b4-8-svgwrp) {
  border: 1px solid var(--wp--preset--color--core-primary-500);
}

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