.lp-container-39276be2 {
	background: #fff;
	border-radius: 12px;
	padding: 40px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	font-family: inherit;
}

.lp-header-39276be2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 20px;
}

.lp-title-39276be2 {
	color: #0d3b22;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0;
}

.lp-link-39276be2 {
	color: #0d3b22;
	font-weight: 600;
	text-decoration: none;
	font-size: 0.95rem;
}

.lp-link-39276be2:hover {
	text-decoration: underline;
}

.lp-list-39276be2 {
	display: flex;
	flex-direction: column;
}

.lp-item-39276be2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #eaeaea;
}

.lp-item-39276be2:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.lp-item-title-39276be2 {
	color: #0d3b22;
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0 0 6px 0;
}

.lp-item-meta-39276be2 {
	color: #666;
	font-size: 0.85rem;
	margin: 0;
}

.lp-btn-39276be2 {
	display: inline-block;
	padding: 8px 16px;
	border: 1px solid #0d3b22;
	color: #0d3b22;
	border-radius: 6px;
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: 600;
	transition: all 0.3s ease;
	background: transparent;
	cursor: pointer;
}

.lp-btn-39276be2:hover {
	background: #0d3b22;
	color: #fff !important;
}

@media (max-width: 768px) {
	.lp-header-39276be2 {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	.lp-item-39276be2 {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}
	.lp-container-39276be2 {
		padding: 25px;
	}
}
