/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/pricing-card/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
@import url(https://use.typekit.net/lup8ycg.css);
/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/pricing-card/style.scss (1) ***!
  \********************************************************************************************************************************************************************************************************************************************************/
/**
 * 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.
 */
.fill-primary {
  fill: #0072bc;
}

.fill-secondary {
  fill: #009bdf;
}

.fill-tertiary {
  fill: #a5bee2;
}

.fill-accent {
  fill: #a5bee2;
}

.wp-block-thecontentbox-pricing-card {
  margin: 0;
  box-sizing: border-box;
  position: relative;
}
.wp-block-thecontentbox-pricing-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.wp-block-thecontentbox-pricing-card__bg::before, .wp-block-thecontentbox-pricing-card__bg::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(50% - 1.5rem);
  border: 2px solid #707171;
}
.wp-block-thecontentbox-pricing-card__bg::before {
  top: 0;
  border-bottom: unset;
}
.wp-block-thecontentbox-pricing-card__bg::after {
  bottom: 0;
  border-top: unset;
}
.wp-block-thecontentbox-pricing-card__header {
  padding: 1rem 1.5rem;
  position: relative;
  text-align: center;
  z-index: 0;
}
.wp-block-thecontentbox-pricing-card__header::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-color: #f2f0e7;
  z-index: -1;
}
.wp-block-thecontentbox-pricing-card__header--main {
  color: #FFFFFF;
}
.wp-block-thecontentbox-pricing-card__header--main::before {
  background-color: #0072bc;
}
.wp-block-thecontentbox-pricing-card__header--icon img,
.wp-block-thecontentbox-pricing-card__header--icon svg {
  height: 50px;
}
.wp-block-thecontentbox-pricing-card__body {
  padding: 1.5rem 1.5rem calc(1.5rem + 42px);
}
.wp-block-thecontentbox-pricing-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute !important;
  bottom: 1.5rem;
  width: calc(100% - 3rem);
  border-style: solid;
  height: 48px;
  text-decoration: none;
}
@media (prefers-color-scheme: dark) {
  .wp-block-thecontentbox-pricing-card:not(.block-editor-block-list__block) .wp-block-thecontentbox-pricing-card__header:not(.wp-block-thecontentbox-pricing-card__header--main)::before {
    background-color: #1b1b1b;
  }
}

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