.ll-posts-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ll-posts-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.ll-posts-item:last-child {
	border-bottom: none;
}

.ll-posts-item-img {
	width: 80px;
	height: 80px;
	border-radius: 20px 20px 20px 20px;
	object-fit: cover;
	flex-shrink: 0;
}

.ll-posts-item-body {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.ll-posts-item-title {
	font-weight: 600;
	color: var(--ll-text-color, #333);
	text-decoration: none;
}

.ll-posts-item-title:hover {
	text-decoration: underline;
}

.ll-posts-item-meta,
.ll-posts-item-dates {
	font-size: 0.85em;
	color: #666;
}

.ll-posts-item-dates {
	color: var(--ll-primary-color, #4a7c59);
}
