/*
	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(--space-6);
	padding-top: var(--widget-padding-top);
}

.ccl-widget.core-cards .blog-feed-header,
.ccl-widget.core-cards .mini-date-section {
	display: none;
}

.core-cards .slide .slide-title a,
.core-cards .slide .slide-title {
	font-size: 20px;
	line-height: var(--leading-tight);
	color: var(--oc-black);
}

.core-cards .slides {
	gap: var(--space-10);
}

.core-cards .slide p {
	font-size: var(--text-base);
	line-height: var(--leading-snug);
	font-weight: 100;
}

.ccl-widget.core-cards .slide .img-cont {
	border-radius: 10px;
	margin-bottom: var(--space-3);
}

.ccl-widget.core-cards .slide .content-section,
.ccl-widget.core-cards .slide .content-section > .inner {
	gap: 0;
}

.ccl-widget.core-cards .slide .content-section .read-more {
	margin-top: var(--space-1);
}

.ccl-widget.core-cards .widget-header-inner {
	justify-content: center;
	padding-bottom: var(--space-2);
}

.ccl-widget.core-cards .widget-header-inner .widget-title {
	font-family: var(--font-display);
	font-size: 26px;
	text-align: center;
}

@media (hover: hover) {
	.ccl-widget.core-cards .slide .content-section .read-more:hover,
	.core-cards .slide .slide-title a:hover {
		text-decoration: none;
		color: inherit;
	}
}

@media (min-width: 64em) {
	.ccl-widget.core-cards {
		margin-bottom: var(--space-32);
	}
	.ccl-widget.core-cards .widget-header-inner {
		padding-bottom: var(--space-8);
	}
	.ccl-widget.core-cards .widget-header-inner .widget-title {
		font-size: 50px;
		font-weight: 100;
	}
}
