/*
	README

	Modify this file as much or as little as needed.

	This file is shared across all CCL widgets in the List 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-list .slide .details {
	--icon-color: var(--citrus);
	--text-color: var(--gray);
}

.core-list .slide .img-cont a {
	padding: 0;
}

.core-list .slide .img-cont .mini-date-section {
	--background-color: var(--citrus);
	--text-color: var(--white);
}

.core-list .slide-desc {
	margin-bottom: 0;
}