/*
	README

	Modify this file as much or as little as needed.

	This file is shared across all CCL widgets in the Cards family. This enables the ability to
	a family of widgets in a single update without touching the structure of the widget and without needing
	to duplicate efforts across several widget-specific CSS files.
*/
.ccl-widget.core-cards {
	padding: 0 var(--space-3);
	margin: 0 auto var(--space-10);
}

.core-cards:not(.cards-4-across) .slide .img-cont {
	border-radius: 5px;
}

.core-cards .slide .slide-title {
	line-height: var(--leading-normal);
}


.core-cards .slide .img-cont {
	margin-bottom: var(--space-2);
}

.core-cards .dtn-placeholder .slide-top {
	position: relative;
}

.core-cards .dtn-placeholder .slide-top .featured {
	position: absolute;
	top: 15px;
	z-index: 1;
}

.ccl-widget.core-cards .slides {
	padding: 0;
	gap: 45px;
}


.ccl-widget.core-cards .slide .content-section {
	display: block;
}

.ccl-widget.core-cards .slide .content-section .inner {
	gap: var(--space-3);
}

.core-cards .slide .slide-footer .read-more.read-more-button {
	font-weight: 700;
	font-size: 17px;
	margin: 0;
	padding: 3px 16px 0;
}

@media(min-width: 40em) {

	.ccl-widget.core-cards {
		margin-bottom: var(--space-24);
	}

	.ccl-widget.core-cards .slides {
		gap: var(--space-8);
	}
}

@media(min-width: 64em) {
	.core-cards .slides .slide {
		margin: 0;
	}
}

@media(min-width: 80em) {
	.ccl-widget.core-cards .slide .description {
		font-size: var(--text-xl);
	}

	.ccl-widget.core-cards .slides {
		max-width: 1168px;
	}
}