/*
	README

	Modify this file as much or as little as needed.

	This file is shared across all CCL widgets in the Date 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-date-list {
	margin-bottom: var(--widget-margin-bottom);
	padding-top: var(--widget-padding-top);
}

.core-date-list .date .month {
	font-size: var(--text-sm);
	font-weight: var(--font-weight-medium, 500);
	line-height: var(--leading-none);
	letter-spacing: var(--tracking-widest);
	text-transform: uppercase;
}

.core-date-list .date .day {
	font-size: var(--text-5xl);
	font-weight: var(--font-weight-bold, 700);
	line-height: var(--leading-tight);
}

.core-date-list .slide .slide-title {
	font-size: var(--text-2xl);
	font-weight: var(--font-weight-bold, 700);
	color: var(--color-display);
}