/* News View - blog readable style */

.news-view-title {
  margin: 0;
  font-size: 36px;
  line-height: 1.32;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: var(--bh-dark);
}

.news-view-date {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--bh-black-1st);
}

.news-view-thumb {
  margin: 28px auto 34px auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
  max-width: 400px;
}

.news-view-thumb img {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
}

/* 본문 타이포그래피는 /web/_stylesheets/rich-content.css (.bh-rich-content) 사용 */

@media (max-width: 991px) {
  .news-view-title {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .news-view-title {
    font-size: 25px;
  }

  .news-view-date {
    font-size: 13px;
  }
}
