.wp-block-heading.is-style-heading-01 {
  position: relative;
}
.wp-block-heading.is-style-heading-01::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  height: 3px;
  background-color: #e5e5e5;
}
.wp-block-heading.is-style-heading-01::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 100%;
  left: 0;
  height: 3px;
  background-color: #0e1523;
}
.wp-block-heading.is-style-heading-02 {
  width: fit-content;
  margin-left: 0 !important;
  border-radius: 6px;
  background-color: #0068b6;
  color: #FFF;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.wp-block-heading.is-style-heading-03 {
  width: fit-content;
  margin-left: 0 !important;
  color: #fff;
  border-radius: 0px 0px 0px 0px;
  position: relative;
  padding: 3px 12px;
  background-color: #037fff;
}
.wp-block-heading.is-style-heading-03::before {
  border-color: #037fff transparent transparent;
  margin: 0;
  content: "";
  position: absolute;
  top: 100%;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
}
.wp-block-heading.is-style-heading-04 {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.5em;
  align-items: center;
}
.wp-block-heading.is-style-heading-04::before {
  content: "";
  display: block;
  height: 4px;
  background-color: #ebebeb;
}
.wp-block-heading.is-style-heading-04::after {
  content: "";
  display: block;
  height: 4px;
  background-color: #ebebeb;
}

/*# sourceMappingURL=core-heading.css.map */
