.blog-breadcrumb {
  align-items: center;
  border-bottom: 1px solid #d4d5d7;
  color: #555b63;
  display: flex;
  font-size: 14px;
  gap: 4px;
  height: 42px;
  margin: 0 auto;
  max-width: 1200px;
}

.blog-index-page .section-nav {
  height: 52px;
  margin: 0 auto;
  max-width: 1200px;
}

.blog-mobile-title { display: none; }

.blog-list-section {
  background: #f5f5f7;
  min-height: 500px;
  padding: 50px 20px 82px;
}

.news-list {
  display: grid;
  gap: 30px 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1017px;
}

.news-list-loading,
.news-error {
  color: #667085;
  grid-column: 1 / -1;
  text-align: center;
}

.news-card {
  background: #fff;
  border-radius: 18px;
  color: #1d2329;
  display: grid;
  grid-template-rows: 180px 170px;
  min-width: 0;
  overflow: hidden;
  text-decoration: none;
}

.news-card-image {
  background: #eef0f3;
  display: block;
  height: 180px;
  overflow: hidden;
}

.news-card-image img {
  height: auto;
  transition: transform .25s ease;
  width: 100%;
}

.news-card:hover .news-card-image img { transform: scale(1.015); }

.news-card-copy {
  display: flex;
  flex-direction: column;
  min-height: 170px;
  padding: 16px 17px 23px;
}

.news-card h2 {
  color: #1d2329;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-card time {
  color: #111;
  font-size: 12px;
  line-height: 18px;
  margin-top: auto;
}

.wysiwyg-output { color: #333; font-size: 18px; line-height: 1.75; }
.wysiwyg-output h2 { color: #1d2329; font-size: 27px; line-height: 1.45; margin: 42px 0 18px; }
.wysiwyg-output h3 { color: #1d2329; font-size: 22px; line-height: 1.45; margin: 34px 0 16px; }
.wysiwyg-output p { margin: 0 0 24px; }
.wysiwyg-output ul, .wysiwyg-output ol { margin: 0 0 24px; padding-left: 1.5em; }
.wysiwyg-output img { display: block; height: auto; margin: 34px auto 10px; max-width: 100%; }
.wysiwyg-output figure { margin: 34px 0; }
.wysiwyg-output figcaption { color: #73777d; font-size: 12px; line-height: 1.5; text-align: center; }
.wysiwyg-output a { color: #3259ce; text-decoration: underline; }

.article-meta {
  color: #70757b;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 10px 24px;
  margin: -4px 0 28px;
}

@media (max-width: 900px) and (min-width: 768px) {
  .news-list { gap: 24px 12px; }
  .news-card { grid-template-rows: 150px 165px; }
  .news-card-image { height: 150px; }
}

@media (max-width: 767px) {
  .blog-index-page .section-nav { display: none !important; }
  .blog-mobile-title {
    align-items: center;
    background: #fff;
    color: #1d2329;
    display: flex;
    font-size: 30px;
    font-weight: 700;
    height: 98px;
    line-height: 42px;
    margin: 0;
    padding: 0 10px;
  }
  .blog-list-section { padding: 40px 10px 60px; }
  .news-list { display: grid; gap: 18px; grid-template-columns: 1fr; width: 100%; }
  .news-card { grid-template-rows: 180px 150px; width: 100%; }
  .news-card-image { height: 180px; }
  .news-card-copy { min-height: 150px; padding: 16px 18px 23px; }
  .news-card h2 { font-size: 16px; line-height: 24px; -webkit-line-clamp: 3; }
  .news-card time { font-size: 12px; }

  .wysiwyg-output { font-size: 14px; line-height: 1.65; }
  .wysiwyg-output h2 { font-size: 20px; margin-top: 30px; }
  .wysiwyg-output h3 { font-size: 17px; margin-top: 26px; }
  .wysiwyg-output p, .wysiwyg-output ul, .wysiwyg-output ol { margin-bottom: 18px; }
  .article-meta { font-size: 12px; margin-bottom: 22px; }
}
