/*
	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.
*/

.core-cards {
	margin-bottom: var(--widget-margin-bottom);
	padding-top: var(--widget-padding-top);
}
.core-cards .slide .blog-feed-header,
.core-cards.ccl-widget .mini-date-section { 
	display: none;
}
.core-cards.ccl-widget .slides {
	padding: 0 15px;
}

.core-cards.ccl-widget .slide .img-cont,
.core-cards.ccl-widget .slide .img-cont img {
	border-radius: 4px;
}

.core-cards .slide .slide-title {
	font-size: var(--text-2xl);
}

.core-cards .slide p {
	font-size: var(--text-sm);
	line-height: var(--leading-relaxed);
}

@media (min-width: 64em) {
	.core-cards .slide .slide-title {
		font-size: var(--text-3xl-2);
	}
}