/* ===== 律师团队 单页样式 ===== */
.ltp-single-wrap {
	max-width: 900px;
	margin: 40px auto;
	padding: 0 20px;
}

.ltp-lawyer-header {
	text-align: center;
	margin-bottom: 30px;
}

.ltp-lawyer-photo {
	width: 240px;
	margin: 0 auto 16px;
}

.ltp-lawyer-photo img {
	width: 100%;
	height: 340px;
	object-fit: cover;
	border-radius: 8px;
	display: block;
}

.ltp-photo-placeholder {
	width: 100%;
	height: 340px;
	background: #eee;
	border-radius: 8px;
}

.ltp-lawyer-name {
	font-size: 26px;
	font-weight: 600;
	margin: 0;
}

.ltp-lawyer-position {
	font-size: 15px;
	color: #999999;
	margin: 6px 0 0;
}

.ltp-tab-nav {
	display: flex;
	justify-content: center;
	gap: 30px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 24px;
}

.ltp-tab-btn {
	background: none;
	border: none;
	padding: 12px 10px;
	font-size: 16px;
	cursor: pointer;
	color: #666;
	position: relative;
}

.ltp-tab-btn.active {
	color: #b8860b;
	font-weight: 600;
}

.ltp-tab-btn.active::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 2px;
	background: #b8860b;
}

.ltp-tab-content {
	display: none;
	line-height: 1.8;
}

.ltp-tab-content.active {
	display: block;
}
