/*
	README

	Modify this file as much or as little as needed.

	This file is shared across all CCL widgets in the Slider Preview 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-preview-slider .slide.overlap-image-desktop .img-cont::before {
	display: block;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
}

.core-v2-preview-slider .slide-title {
	font-size: var(--text-xl);
}

.core-v2-preview-slider .slide-desc {
	line-height: var(--leading-tight);
}