.cp-629a5ed6-wrapper {
	position: relative;
}

.cp-629a5ed6-wrapper.cp-629a5ed6-loading .cp-629a5ed6-posts-container {
	opacity: 0.5;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.cp-629a5ed6-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.cp-629a5ed6-card {
	background-color: #ffffff;
	border-radius: 8px;
	overflow: hidden;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.cp-629a5ed6-card:hover {
	transform: translateY(-2px);
}

.cp-629a5ed6-image-link {
	display: block;
	overflow: hidden;
}

.cp-629a5ed6-image {
	height: 200px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: transform 0.4s ease;
}

.cp-629a5ed6-card:hover .cp-629a5ed6-image {
	transform: scale(1.05);
}

.cp-629a5ed6-content {
	padding: 20px;
}

.cp-629a5ed6-title {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}

.cp-629a5ed6-title a {
	color: #1a1a2e;
	text-decoration: none;
	transition: color 0.2s ease;
}

.cp-629a5ed6-title a:hover {
	color: #4a6cf7;
}

.cp-629a5ed6-excerpt {
	margin: 0 0 12px 0;
	font-size: 14px;
	line-height: 1.6;
	color: #555555;
}

.cp-629a5ed6-date {
	display: block;
	font-size: 13px;
	color: #999999;
}

.cp-629a5ed6-no-posts {
	text-align: center;
	padding: 40px 20px;
	color: #888888;
	font-size: 15px;
}

/* Pagination */
.cp-629a5ed6-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 32px;
	flex-wrap: wrap;
}

.cp-629a5ed6-page-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 6px 14px;
	border: none;
	border-radius: 6px;
	background-color: #f0f0f0;
	color: #333333;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
	line-height: 1;
}

.cp-629a5ed6-page-btn:hover:not(.cp-629a5ed6-active):not(.cp-629a5ed6-disabled) {
	background-color: #e0e0e0;
}

.cp-629a5ed6-page-btn.cp-629a5ed6-active {
	background-color: #4a6cf7;
	color: #ffffff;
	cursor: default;
}

.cp-629a5ed6-page-btn.cp-629a5ed6-disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.cp-629a5ed6-prev,
.cp-629a5ed6-next {
	padding: 6px 18px;
}
