.ccl-v2-widget.core-v2-cards .slides {
    max-width: 1194px;
	gap: var(--space-5) var(--space-3);
}

.ccl-v2-widget.core-v2-cards :is(.content-section, .content-upper) { gap: var(--space-2) }
.ccl-v2-widget.core-v2-cards .mini-date-section { border-radius: 3px 0 3px 0; }
.core-v2-cards .img-cont { border-radius: 3px; }
.core-v2-cards .slide-title {
	font-size: 1.375rem;
	margin-bottom: var(--space-1);
}
.core-v2-cards .details { margin-bottom: var(--space-3); }
.core-v2-cards .slide-desc { line-height: var(--leading-normal); }

@media (min-width: 40em) {
	.ccl-v2-widget.core-v2-cards .slides { gap: var(--space-16) 11px; }
}

@media (min-width: 64em) {
	.core-v2-cards .slide-top { margin-bottom: var(--space-4); }
	.ccl-v2-widget.core-v2-cards .content-section { gap: var(--space-3); }
	.core-v2-cards .slide-title { font-size: 1.0625rem; }
	.core-v2-cards .slide-desc { line-height: var(--leading-snug); }
}