/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* linebg ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.wp-block-paragraph, p {
 -webkit-hyphens: auto;
         hyphens: auto;
 hyphenate-limit-chars: 10 4 4;
}
.wp-block-paragraph.is-style-em-linebg, p.is-style-em-linebg {
 display: inline;
 padding: 0.05em 0.25em;
 box-decoration-break: clone;
 -webkit-box-decoration-break: clone;
 -webkit-hyphens: auto;
         hyphens: auto;
 border-radius: var(--ensch-radius, 2px);
 line-height: 1.4;
}