.article-page {
  max-width: 860px;
  margin: auto;
  padding: 30px 20px;
  background: #ffffff;
}

/* Breadcrumb */
.breadcrumb {
  font-size: 14px;
  color: #6d4c41;
  margin-bottom: 15px;
}

/* Title */
.article-title {
  font-size: 34px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #3e2723;
}

/* Meta */
.article-meta {
  font-size: 14px;
  color: #8d6e63;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

/* Image */
.article-image img {
  max-width: 100%;
  border-radius: 14px;
  margin: 20px 0;
}

/* Content */
.article-content {
  font-size: 18px;
  line-height: 2;
  color: #3e2723;
}

/* Share */
.share-box {
  margin-top: 40px;
  padding-top: 15px;
  border-top: 1px solid #e0e0e0;
}

.share-box a {
  margin-right: 10px;
  text-decoration: none;
  color: #4e342e;
  font-weight: bold;
}
