/*
	README

	Modify this file as much or as little as needed.

	This file is shared across all CCL widgets in the Header Slideshow 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-slideshow {
	--sw-collections-minor-text-color-light: var(--black);
	--sw-collections-text-color-light: var(--black);
}

.core-v2-hero-slideshow .slide-title {
	font-weight: 400;
	font-size: var(--text-xl);
}

.core-v2-hero-slideshow .overlap-image .slide-title > a:hover .info-flag{
	color: var(--sw-collections-text-color-light);
}

.core-v2-hero-slideshow .slide-desc {
	display: none;
}
@container (min-width: 40em) {
	.core-v2-hero-slideshow .slide-title {
		font-size: var(--text-2xl);
	}
	.core-v2-hero-slideshow .slide-desc {
		display: flex;
   }
}