/*
	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-v2-cards .slide-title {
	font-size: var(--text-2xl);
}

.core-v2-cards:not(.cards-v2-3-across, .tabbed-cards-4-across) .img-cont {
	border-radius: 8px;
}

.core-v2-cards .widget-inner {
	gap: var(--space-1);
}

.core-v2-cards .slide-desc {
	margin: 0;
	font-family: var(--font-body);
	font-style: italic;
	font-size: var(--text-lg);
	font-weight: 400;
	line-height: 1.4;
	color: #4a5768;
}

.core-v2-cards .widget-desc {
	text-align: center;
	max-width: 110ch;
	margin-inline: auto;
}

@container (min-width: 64em) {
	.core-v2-cards .slide-footer .read-more {
		padding: 12px var(--space-6);
	}
}