/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/handling-cta-content/editor.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/**
 * Styles for the Handling CTA Block in the WordPress Editor.
 */
.wp-block-create-block-handling-cta-content {
  background-color: var(--bs-accent3, #F4F5F7);
  border-radius: 10px;
  padding: 2em 2em 2em 2.5em;
  display: flex;
  align-items: center;
  gap: 30px;
  border: none;
  margin-top: 3.5em;
}
.wp-block-create-block-handling-cta-content .handling-cta-content-inner {
  display: flex;
  gap: 2.5em;
}
.wp-block-create-block-handling-cta-content .handling-cta-content-inner button {
  padding: 1.5em 0.9em;
  background-color: #0058A7;
  color: #fff;
  border: none;
  border-radius: 10px;
  height: 100%;
}
.wp-block-create-block-handling-cta-content .handling-cta-content-inner button svg {
  width: 2.31em;
  height: auto;
  margin-bottom: 1em;
}
.wp-block-create-block-handling-cta-content .handling-cta-content-inner button .handling-cta-content-icon-text {
  width: -moz-max-content;
  width: max-content;
}
.wp-block-create-block-handling-cta-content .handling-cta-content-inner .handling-cta-content-text-wrapper .handling-cta-content-heading {
  color: #0058a7 !important;
}
.wp-block-create-block-handling-cta-content .handling-cta-content-inner .handling-cta-content-text-wrapper .handling-cta-content-description {
  color: #0058a7 !important;
  margin-top: 0.5em !important;
}

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