/*
	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-preview-slider {
	margin-bottom: calc(var(--widget-margin-bottom) + 80px);
	padding-top: var(--widget-padding-top);
}

.core-preview-slider.preview-slider-4-across-fullwidth.blackbg {
	margin-bottom: calc(var(--widget-margin-bottom) + 35px);
}

.core-preview-slider .slide.overlap-image-desktop .img-cont a {
	position: relative;
}

.core-preview-slider .slide.overlap-image-desktop .img-cont a::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
	pointer-events: none;
}

.core-preview-slider .slide .slide-title {
	font-size: var(--text-2xl);
	line-height: var(--leading-tight);
}

.core-preview-slider .slide .details {
	display: none;
}

.core-preview-slider .slide .description {
	font-size: var(--text-base);
	font-weight: 400;
	line-height: 30px;
}

.core-preview-slider .slide .slide-footer a.read-more {
	display: none;
}

@media (min-width: 40em) {
	.core-preview-slider.preview-slider-4-across-fullwidth.blackbg {
		margin-bottom: calc(var(--widget-margin-bottom) + 20px);
	}
}