/* Category Posts List Frontend Styles */

.cpl-posts-list {
	margin: 0;
}

.cpl-category-title {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 1.5em;
	color: #333;
}

/* List Format */
.cpl-posts {
	list-style: none;
	padding: 0;
	margin: 0;
}

.cpl-posts li {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 1.6;
}

/* Separators */
.cpl-posts.cpl-with-separators li {
	border-bottom: 1px solid #eee;
	padding-top: 8px;
	padding-bottom: 8px;
}

.cpl-posts.cpl-with-separators li:last-child {
	border-bottom: none;
}

.cpl-posts.cpl-no-separators li {
	border-bottom: none;
}

/* Spacing options */
.cpl-posts.cpl-spacing-compact li {
	padding-top: 3px;
	padding-bottom: 3px;
}

.cpl-posts.cpl-spacing-normal li {
	padding-top: 8px;
	padding-bottom: 8px;
}

.cpl-posts.cpl-spacing-comfortable li {
	padding-top: 12px;
	padding-bottom: 12px;
}

.cpl-posts.cpl-spacing-spacious li {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* Inline format */
.cpl-posts-inline {
	line-height: 1.8;
	word-wrap: break-word;
}

.cpl-posts-inline a {
	text-decoration: none;
	color: #0073aa;
	transition: color 0.2s ease;
	margin: 0 2px;
}

.cpl-posts-inline a:hover {
	color: #005a87;
	text-decoration: underline;
}

.cpl-posts-inline strong a {
	color: #333;
	font-weight: bold;
}

/* Regular list links */
.cpl-post a {
	text-decoration: none;
	color: #0073aa;
	transition: color 0.2s ease;
}

.cpl-post a:hover {
	color: #005a87;
	text-decoration: underline;
}

.cpl-post-current {
	font-weight: bold;
}

.cpl-post-current a {
	color: #333;
}
