/* YWHOLA BLOG typography enhancement — scoped to BLOG list/detail classes. */

/* BLOG banner: keep the established layout, improve text legibility. */
.nybanner--blog .nybanne3_1 {
  font-size: clamp(44px, 3.4vw, 60px);
}

.nybanner--blog .nybanne3_2 {
  font-size: clamp(21px, 1.5vw, 26px);
}

/* BLOG listing cards. */
.news_box .news_list .news_lib3_1 {
  font-size: 28px !important;
  line-height: 1.3;
}

.news_box .news_list .news_lib3_2 {
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
}

.news_box .news_list .news_lib3_3 {
  font-size: 18px !important;
  line-height: 1.5 !important;
}

/* BLOG article header. */
.news_detatop1_1 {
  font-size: 44px;
  line-height: 1.2;
}

.news_detatop1_2 {
  font-size: 18px;
  line-height: 1.55;
}

/* BLOG article body. Override old editor inline sizes for readable output. */
.news_detadowna {
  font-size: 20px;
  line-height: 1.75;
}

.news_detadowna p,
.news_detadowna li,
.news_detadowna td,
.news_detadowna th,
.news_detadowna blockquote {
  font-size: 20px !important;
  line-height: 1.75 !important;
}

.news_detadowna p span,
.news_detadowna li span,
.news_detadowna td span,
.news_detadowna th span,
.news_detadowna blockquote span,
.news_detadowna p a,
.news_detadowna li a {
  font-size: inherit !important;
  line-height: inherit !important;
}

.news_detadowna h2 {
  font-size: 31px;
  line-height: 1.3;
}

.news_detadowna h3 {
  font-size: 27px;
  line-height: 1.35;
}

.news_detadowna h4 {
  font-size: 23px;
  line-height: 1.4;
}

.news_detadowna em,
.news_detadowna figcaption {
  font-size: 18px;
  line-height: 1.65;
}

/* BLOG detail sidebar and recent articles. */
.news_detadownb1_1,
.news_detadownb1_2 {
  font-size: 20px;
  line-height: 1.55;
}

.news_detadownb2_1 {
  font-size: 28px;
  line-height: 1.35;
}

.news_detadownb2_2,
.news_detadownb2_2 div {
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .nybanner--blog .nybanne3_1 {
    font-size: clamp(29px, 8vw, 33px);
  }

  .nybanner--blog .nybanne3_2 {
    font-size: 17px;
    line-height: 1.4;
  }

  .news_box .news_list .news_lib3_1 {
    font-size: 21px !important;
    line-height: 1.35;
    white-space: normal;
  }

  .news_box .news_list .news_lib3_2 {
    font-size: 18px !important;
    line-height: 1.65 !important;
  }

  .news_box .news_list .news_lib3_3 {
    font-size: 16px !important;
  }

  .news_detatop1_1 {
    font-size: 28px;
    line-height: 1.25;
  }

  .news_detatop1_2 {
    font-size: 16px;
  }

  .news_detadowna,
  .news_detadowna p,
  .news_detadowna li,
  .news_detadowna td,
  .news_detadowna th,
  .news_detadowna blockquote {
    font-size: 18px !important;
    line-height: 1.7 !important;
  }

  .news_detadowna h2 {
    font-size: 24px;
  }

  .news_detadowna h3 {
    font-size: 21px;
  }

  .news_detadowna h4 {
    font-size: 19px;
  }

  .news_detadowna em,
  .news_detadowna figcaption {
    font-size: 16px;
  }

  .news_detadownb1_1,
  .news_detadownb1_2,
  .news_detadownb2_2,
  .news_detadownb2_2 div {
    font-size: 18px;
  }

  .news_detadownb2_1 {
    font-size: 22px;
  }
}
