/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* 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.25em 0.65em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -webkit-hyphens: auto;
          hyphens: auto;
  border-radius: var(--ensch-radius, 3px);
  line-height: 1.2;
}