/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* linebg ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.wp-block-heading {
 -webkit-hyphens: auto;
         hyphens: auto;
 hyphenate-limit-chars: 10 4 4;
}
.wp-block-heading.is-style-em-linebg {
 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.38;
 bottom: -0.015em;
}