/* lawlst 金牌律师网 - 单页/表单样式 */
.page-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; }

.page-wrap {
	background: #fff;
	padding: 30px 40px;
	border: 1px solid #eee;
	border-radius: 4px;
}
.page-title {
	font-size: 22px;
	color: #c42621;
	font-weight: 700;
	text-align: center;
	margin-bottom: 24px;
	padding-bottom: 14px;
	border-bottom: 2px solid #c42621;
}
.page-content {
	font-size: 14px;
	color: #444;
	line-height: 1.8;
}

/* 在线咨询表单 */
.ask-form {
	max-width: 540px;
	margin: 0 auto;
	padding: 20px;
	background: #fafafa;
	border-radius: 6px;
}
.form-item {
	margin-bottom: 16px;
}
.form-item label {
	display: block;
	font-size: 14px;
	color: #666;
	margin-bottom: 6px;
	font-weight: 600;
}
.form-item input, .form-item textarea {
	width: 100%;
	padding: 10px 12px;
	font-size: 14px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
	font-family: inherit;
	resize: vertical;
}
.form-item input:focus, .form-item textarea:focus {
	border-color: #c42621;
	outline: none;
}
.ask-submit {
	display: block;
	width: 100%;
	padding: 12px;
	background: #c42621;
	color: #fff;
	border: 0;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	margin-top: 8px;
}
.ask-submit:hover { background: #a01c18; }
