/*
	README

	Modify this file as much or as little as needed.

	This file is shared across all CCL widgets in the List 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-list {
	margin: 0 auto var(--space-12);	
	padding: 0 var(--space-5);
	padding-top: var(--widget-padding-top);
}

.core-list .slide .slide-title {
	font-size: var(--text-2xl);
}
.core-list .slide p {
	font-weight: normal
}

.ccl-widget.core-list .slide a.read-more:not(p *),
.ccl-widget.core-list .slide .slide-footer a {
	padding: 0;
	line-height: var(--leading-tight);
	font-weight: 600;
	border-bottom: 4px solid var(--light-teal);
}

.ccl-widget.core-list .slide .slide-title > a {

}

@media (hover: hover) {
	.ccl-widget.core-list .slide .slide-title > a:hover {
		color: inherit;
	}
}