/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./assets/scss/blocks/core/heading.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
.entry-content .wp-block-heading.has-background {
  padding: 0.25em 0.5em;
  display: inline-block;
}
.entry-content .wp-block-heading + .wp-block-group,
.entry-content .wp-block-heading + .wp-block-columns {
  margin-top: var(--wp--preset--spacing--3);
}
.entry-content .wp-block-heading img {
  margin: 0 0 3px 8px;
  vertical-align: bottom;
}

.wp-block-heading.has-xxxlg-font-size, .wp-block-heading.has-xxlg-font-size {
  line-height: 1.1;
  letter-spacing: 0;
  margin-bottom: 0.35em;
}
.wp-block-heading.is-style-body-font {
  font-family: var(--wp--preset--font-family--body);
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: 400;
}

.wp-block-heading + .wp-block-heading {
  margin-top: 0;
}

.wp-block-group .wp-block-image + .wp-block-heading,
.wp-block-column .wp-block-image + .wp-block-heading {
  margin-top: 1.1em;
}
.wp-block-group .wp-block-heading:first-child,
.wp-block-column .wp-block-heading:first-child {
  margin-top: 0;
}

.entry-content > .wp-block-heading {
  margin-top: var(--wp--preset--spacing--5);
}
.entry-content > .wp-block-heading + .cb-carousel-block {
  margin-top: var(--wp--preset--spacing--3);
}
.entry-content > .wp-block-heading + .wp-block-woocommerce-product-collection {
  margin-top: var(--wp--preset--spacing--3);
}

.single-post .entry-content .wp-block-heading {
  font-family: var(--wp--preset--font-family--body);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: var(--wp--preset--color--contrast);
  margin-top: 1.8em;
}
.single-post .entry-content h2.wp-block-heading:not([class*=font-size]) {
  font-size: 1.4em;
}
.single-post .entry-content h3.wp-block-heading:not([class*=font-size]) {
  font-size: 1.1em;
}
