/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* linebg ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.wp-block-heading {
  -webkit-hyphens: auto;
          hyphens: auto;
  hyphenate-limit-chars: 10 4 4;
}
.wp-block-heading.is-style-em-linebg {
  -webkit-text-stroke: 0.02em currentColor;
  display: inline;
  padding: 0em 0.35em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  text-transform: uppercase;
  -webkit-hyphens: auto;
          hyphens: auto;
  border-radius: var(--ensch-radius, 3px);
  line-height: 1.4;
}