/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 14 2025 | 11:36:37 */
.category-posts-list article {
	display: flex;
    flex-wrap: wrap;
	background: linear-gradient(90deg, #807e7c 25%, rgba(128, 126, 124, 0) 0) 0 100% / 4px 1px repeat-x;
	margin-bottom: 2em;
}

.category-posts-list article div {
	flex: 50%;
}

.category-posts-list article div:first-child {
	margin-bottom: 2em;
}

.category-posts-list article div h3 a {
	border: 0;
}

.category-posts-list article div p span {
	display: block;
    margin-top: 1em;
}

.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	padding: 0 20px;
}

.pagination a, .pagination span {
	margin: 0 0.5%;
	padding: 5px 10px;
	border: 1px solid #ddd;
	text-decoration: none;
	min-width: 1em;
	line-height: 1.5em;
	text-align: center;
}

.pagination .current-page {
	background-color: #f4f4f4;
	font-weight: bold;
}

.pagination .disabled {
	color: #ccc;
	border-color: #eee;
}

.pagination .ellipsis {
	border: none;
	padding: 0;
}

.prev-page, .next-page {
	padding: 5px 10px;
}