/* Beauty Harmonia - V3: título mobile realmente menor e sem quebras artificiais */
:is(.entry-title,.post-title,.article-title,.single-post-title,.jeg_post_title,.tdb-title-text,.wp-block-post-title,.post-header h1,.entry-header h1,article header h1,main article h1){
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
  -webkit-hyphens:none!important;
  text-wrap:wrap!important;
  white-space:normal!important;
}
@media(max-width:767px){
  body.single-post main h1,
  body.single-post article h1,
  body.single-post .entry-title,
  body.single-post .post-title,
  body.single-post .article-title,
  body.single-post .single-post-title,
  body.single-post .jeg_post_title,
  body.single-post .tdb-title-text,
  body.single-post .wp-block-post-title,
  body.single-post .post-header h1,
  body.single-post .entry-header h1{
    font-size:24px!important;
    line-height:1.12!important;
    letter-spacing:-.025em!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
    hyphens:none!important;
    -webkit-hyphens:none!important;
    text-wrap:wrap!important;
    white-space:normal!important;
  }
}
