.content-title {
  margin-bottom: 1.3rem;
  font-weight: 600;
  color: #333;
}

/* 响应式文章详情区域 */
.article-detail {
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.8;
  color: #333;
  font-size: clamp(1rem, 0.5vw + 0.875rem, 1.2rem);
}

/* 后台上传的段落继承响应式字号，防止编辑器样式锁死字号 */
.article-detail p, 
.article-detail span, 
.article-detail li {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 1.2rem;
}

.article-detail img,
.article-detail video,
.article-detail iframe {
  max-width: 100% !important;
  height: auto !important;
  border-radius: 4px;
  margin: 10px 0;
}

/* 侧边栏样式微调 */
aside {
  border-right: 1px solid #eee;
  padding-right: 20px;
}