.cpl-wrapper-3b2ab4a0.cpl-horizontal {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
    justify-content: center;
}

.cpl-post-card {
	display: flex;
	flex-direction: column;
	gap: 15px;
    flex: 1;
    min-width: 300px;
    max-width: 400px;
}

.cpl-post-img img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	display: block;
}

.cpl-post-title {
	font-size: 20px;
	margin: 0 0 15px;
	line-height: 1.3;
}

.cpl-post-title a {
	color: #1a1a1a;
	text-decoration: none;
}

.cpl-btn-light, .cpl-btn {
	display: inline-flex;
    align-items: center;
    gap: 8px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
	background: #f0f0f0;
	color: #1a1a1a;
	font-size: 14px;
	padding: 8px 16px;
    width: max-content;
}

.cpl-btn-light:hover, .cpl-btn:hover {
	background: #e0e0e0;
}

.cpl-btn-icon {
    display: inline-flex;
    align-items: center;
}

.cpl-btn-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}
