.bpg-1cddaf17-grid {
	display: grid;
	gap: 24px;
	width: 100%;
}

.bpg-1cddaf17-cols-1 {
	grid-template-columns: 1fr;
}

.bpg-1cddaf17-cols-2 {
	grid-template-columns: repeat(2, 1fr);
}

.bpg-1cddaf17-cols-3 {
	grid-template-columns: repeat(3, 1fr);
}

.bpg-1cddaf17-cols-4 {
	grid-template-columns: repeat(4, 1fr);
}

.bpg-1cddaf17-card {
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.bpg-1cddaf17-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.bpg-1cddaf17-image-link {
	display: block;
	overflow: hidden;
}

.bpg-1cddaf17-image {
	height: 220px;
	background-size: cover;
	background-position: center;
	transition: transform 0.4s ease;
}

.bpg-1cddaf17-card:hover .bpg-1cddaf17-image {
	transform: scale(1.05);
}

.bpg-1cddaf17-content {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.bpg-1cddaf17-date {
	font-size: 13px;
	color: #888888;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.bpg-1cddaf17-title {
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
}

.bpg-1cddaf17-title a {
	color: #1a1a2e;
	text-decoration: none;
	transition: color 0.2s ease;
}

.bpg-1cddaf17-title a:hover {
	color: #4a6cf7;
}

.bpg-1cddaf17-excerpt {
	font-size: 15px;
	line-height: 1.6;
	color: #555555;
	margin: 0 0 16px 0;
	flex-grow: 1;
}

.bpg-1cddaf17-read-more {
	font-size: 14px;
	font-weight: 600;
	color: #4a6cf7;
	text-decoration: none;
	transition: color 0.2s ease;
	margin-top: auto;
}

.bpg-1cddaf17-read-more:hover {
	color: #3251d3;
}

.bpg-1cddaf17-no-posts {
	text-align: center;
	color: #888888;
	font-size: 16px;
	padding: 40px 0;
	grid-column: 1 / -1;
}

@media (max-width: 1024px) {
	.bpg-1cddaf17-cols-3,
	.bpg-1cddaf17-cols-4 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.bpg-1cddaf17-cols-2,
	.bpg-1cddaf17-cols-3,
	.bpg-1cddaf17-cols-4 {
		grid-template-columns: 1fr;
	}
}
