/*
	README

	Modify this file as much or as little as needed.

	This file is shared across all CCL widgets in the Slider 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-slider .slide .content-section {
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
}

.core-slider .slide .slide-title {
	font-size: var(--text-2xl);
	line-height: var(--leading-tight);
	font-weight: 400;
}

.core-slider .slide p {
	font-size: var(--text-lg);
	line-height: var(--leading-tight);
}

@media (min-width: 64em) {
	.core-slider .slide .slide-title {
		font-size: var(--text-base);
	}
	
	.core-slider .slide p {
		font-size: var(--text-lg);
		line-height: var(--leading-tight);
	}
}

.core-slider .slide .slide-footer a.read-more {
	display: none;
}