/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/@wordpress/scripts/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/heading/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied font-end only.
 *
 */
.blockwheels-section.text-right {
  text-align: right !important;
}
.blockwheels-section.text-right .blockwheels-heading-section.shadow-enable::after {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.blockwheels-section.text-left {
  text-align: left !important;
}
.blockwheels-section.text-left .blockwheels-heading-section.shadow-enable::after {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.blockwheels-section.text-center {
  text-align: center !important;
}
.blockwheels-section.text-center .blockwheels-heading-section.shadow-enable::after {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blockwheels-section .blockwheels-heading-section.shadow-enable {
  position: relative;
  z-index: 2;
}
.blockwheels-section .blockwheels-heading-section.shadow-enable::after {
  --shadow-stroke-color: rgba(255, 255, 255, 0.1);
  font-size: 42px;
  content: attr(title) !important;
  position: absolute;
  z-index: 1;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-weight: 800;
  color: #1a1a1a;
  /* text-shadow: 0 0 2px rgba(255, 255, 255, 0.4); */
  text-shadow: -1px 0 var(--shadow-stroke-color), 0 1px var(--shadow-stroke-color), 1px 0 var(--shadow-stroke-color), 0 -1px var(--shadow-stroke-color);
}
.blockwheels-section .blockwheels-heading {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0 auto;
}
.blockwheels-section h1.blockwheels-heading {
  font-size: 2.5rem;
}
.blockwheels-section h2.blockwheels-heading {
  font-size: 2.25rem;
}
.blockwheels-section h3.blockwheels-heading {
  font-size: 1.75rem;
}
.blockwheels-section h4.blockwheels-heading {
  font-size: 1.5rem;
}
.blockwheels-section h5.blockwheels-heading {
  font-size: 1.313rem;
}
.blockwheels-section h6.blockwheels-heading {
  font-size: 1.125rem;
}

@media screen and (max-width: 1023px) {
  .blockwheels-section.md-text-right {
    text-align: right !important;
  }
  .blockwheels-section.md-text-right .blockwheels-heading-section.shadow-enable::after {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .blockwheels-section.md-text-left {
    text-align: left !important;
  }
  .blockwheels-section.md-text-left .blockwheels-heading-section.shadow-enable::after {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .blockwheels-section.md-text-center {
    text-align: center !important;
  }
  .blockwheels-section.md-text-center .blockwheels-heading-section.shadow-enable::after {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .blockwheels-section.sm-text-right {
    text-align: right !important;
  }
  .blockwheels-section.sm-text-right .blockwheels-heading-section.shadow-enable::after {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .blockwheels-section.sm-text-left {
    text-align: left !important;
  }
  .blockwheels-section.sm-text-left .blockwheels-heading-section.shadow-enable::after {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .blockwheels-section.sm-text-center {
    text-align: center !important;
  }
  .blockwheels-section.sm-text-center .blockwheels-heading-section.shadow-enable::after {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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