/*
	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-v2-slider {
	--sw-collections-title-color: var(--black);
	--sw-collections-desc-color: var(--black);
	--sw-collections-details-text-color: var(--black);
	--sw-collections-read-more-color: var(--black);
}

.core-v2-slider.ccl-v2-widget .slide:not(.overlap-image) .info-item:not(.has-link) {
	color: var(--black);

	.icon {
		filter: brightness(0) saturate(100%) invert(100%) sepia(17%) saturate(0%) hue-rotate(232deg) brightness(113%) contrast(100%);
	}
}

.core-v2-slider .img-cont::before {
	display: block;
}

.core-v2-slider.slider-v2-1-across .img-cont::before,
.core-v2-slider.slider-v2-1-across-fullwidth .img-cont::before {
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);
}

.core-v2-slider .slide-title {
	font-size: var(--text-2xl);
}

.core-v2-slider .slide-desc {
	line-height: var(--leading-tight);
}