/*
	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-hero-image .img-cont::before {
	display: block;
	background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, transparent);
}

.core-v2-hero-image.hide-content .img-cont::before {
	display: none;
}

.core-v2-hero-image .slide-title {
	margin-bottom: var(--space-2);
	font-size: var(--text-2xl);
	line-height: var(--leading-tight);
}

.core-v2-hero-image .slide-desc {
	font-weight: normal;
	font-size: var(--text-base);
}

.core-v2-hero-image .read-more {
	font-weight: var(--font-weight-bold, 700);
	color: var(--sw-collections-text-color-light);
}

@media (hover: hover) {
	.core-v2-hero-image.animation-expand .slide:hover .slide-img {
		scale: 1.02;
	}
}