/* line 4, app/assets/stylesheets/b2c_design/ch_news.scss */
.news_detail_landing_page .news-hero-img,
.news_detail_landing_page .news-article-hero-img,
.news_landing_page .news-hero-img,
.news_landing_page .news-article-hero-img {
  display: block;
  width: 100%;
  max-height: 450px;
  object-fit: cover;
  border-radius: 12px;
}

/* line 13, app/assets/stylesheets/b2c_design/ch_news.scss */
.news_detail_landing_page .news-view-doctor-img,
.news_detail_landing_page .news-pharmacy-promo-img,
.news_landing_page .news-view-doctor-img,
.news_landing_page .news-pharmacy-promo-img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 150px;
  object-fit: contain;
}

/* line 22, app/assets/stylesheets/b2c_design/ch_news.scss */
.news_detail_landing_page .news-card-img,
.news_detail_landing_page .news-featured-img,
.news_landing_page .news-card-img,
.news_landing_page .news-featured-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  background: #f1f5f9;
}

/* line 32, app/assets/stylesheets/b2c_design/ch_news.scss */
.news_detail_landing_page .news-card-img[src$=".svg"],
.news_detail_landing_page .news-featured-img[src$=".svg"],
.news_landing_page .news-card-img[src$=".svg"],
.news_landing_page .news-featured-img[src$=".svg"] {
  object-fit: contain;
  padding: 0.5rem;
}

/* line 38, app/assets/stylesheets/b2c_design/ch_news.scss */
.news_detail_landing_page .news-author-img,
.news_landing_page .news-author-img {
  border-radius: 50%;
  object-fit: cover;
}

/* line 43, app/assets/stylesheets/b2c_design/ch_news.scss */
.news_detail_landing_page .product-card-wrapper .img-section img,
.news_landing_page .product-card-wrapper .img-section img {
  max-height: 150px;
  object-fit: contain;
}
