/* lawlst 金牌律师网 - 文章详情样式 */
.article-section { padding: 24px 15px; }
.breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 0;
	font-size: 13px;
	color: #999;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
.breadcrumb-home img { width: 14px; height: 14px; }
.breadcrumb-path a { color: #666; }
.breadcrumb-path a:hover { color: #c42621; }
.breadcrumb-path .current { color: #c42621; }

.article-wrap {
	background: #fff;
	padding: 30px 40px;
	border: 1px solid #eee;
	border-radius: 4px;
}
.article-title {
	font-size: 24px;
	color: #333;
	font-weight: 700;
	text-align: center;
	margin-bottom: 16px;
	line-height: 1.4;
}
.article-meta {
	text-align: center;
	font-size: 13px;
	color: #999;
	border-bottom: 1px dashed #e5e5e5;
	padding-bottom: 12px;
	margin-bottom: 24px;
}
.meta-time, .meta-views { margin: 0 10px; }
.article-content {
	font-size: 15px;
	line-height: 1.8;
	color: #444;
}
.article-content p {
	margin: 14px 0;
	text-indent: 2em;
}
.article-content strong { color: #c42621; }

.article-footer {
	text-align: center;
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px dashed #e5e5e5;
}
.btn-ask-large {
	display: inline-block;
	padding: 10px 32px;
	background: #c42621;
	color: #fff;
	font-size: 15px;
	border-radius: 4px;
	margin: 0 8px;
}
.btn-ask-large:hover { background: #a01c18; color: #fff; }
.btn-back {
	display: inline-block;
	padding: 10px 24px;
	background: #f5f5f5;
	color: #666;
	font-size: 14px;
	border-radius: 4px;
	border: 1px solid #ddd;
}
.btn-back:hover { background: #e8e8e8; }
