/*
	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 .slide-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2;
}

.core-cards .slide p {
	font-size: 18px;
	line-height: 1.55;
}

.core-cards .details,
.core-cards .blog-feed-header,
.core-cards .blog-feed-header-mobile {
	display: none;
}

.core-cards .slide .slide-title,
.core-cards .slide .slide-title a {
    font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}

@media screen and (min-width: 64em) {
    .core-cards .slide .slide-title,
	.core-cards .slide .slide-title a {
        font-size: 24px;
    }
}