/*
	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 .slides { max-width: 1120px; }

.core-cards .slide .img-cont,
.core-cards .slide .img-cont img { border-radius: 10px; }

.core-cards .slide :is(.slide-title, .slide-title a) {
	line-height: 1.2;
	text-transform: uppercase;
}

.core-cards .slide p { font-weight: 400; }

.core-cards .slide .content-section .slide-footer,
.core-cards .slide .content-section .slide-footer a.read-more { margin: 0; }