/* 案例／文章內頁 */
.case-article,
.post-article {
  max-width: 820px;
  margin: 0 auto;
}

.case-hero img,
.post-hero img {
  width: 100%;
  border-radius: 20px;
  display: block;
  margin-bottom: 24px;
}

.case-meta,
.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #687484;
}
