/*
	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-slider {
	--color-primary: var(--taupe);
}
.core-slider .slide .slide-title,
.core-slider .slide .details {
	color: var(--color-primary);
}
	
.core-slider .slide .description {
	color: var(--color-primary);
	font-weight: unset;
}

@media screen and (min-width: 64em) {
	.core-slider:not(.slider-1-across-fullwidth):not(.slider-1-across) .slide .slide-title,
	.core-slider:not(.slider-1-across-fullwidth):not(.slider-1-across) .slide .details {
		color: var(--color-primary);
	}
}