/*
	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 .mini-date-section {
	display: none;
}
.core-cards .slide .content-section > .inner,
.core-cards .slide .content-section {
	gap: 0;
}
.core-cards .slide .content-section {
	padding: 0 var(--space-1);
}
.core-cards .slide .slide-title {
	font-size: var(--text-2xl);
	color: var(--body-text);
}

.core-cards .slide p {
	font-size: var(--text-lg);
	line-height: var(--leading-tight);
	color: var(--body-text);
}

.ccl-widget.core-cards .slide .slide-footer,
.ccl-widget.core-cards .slide .slide-footer .read-more {
	margin: 0;
}

.ccl-widget.core-cards .slide a.read-more:not(p *), 
.ccl-widget.core-cards .slide .slide-footer a {
    padding: var(--space-2) var(--space-6);
}

@media (hover : hover) {
	.core-cards .slide .slide-title a:hover {
		 color: inherit;
	}
}