/*
	README

	Do NOT modify this file directly; a number of widgets depend on this file being as is.
	Use the CSS file that is associated with your widget
	(ie. template: widget_template_custom_my_widget.html, CSS: widget_template_custom_my_widget.css)
	to make any theme-ing or overwrites you need.

	If you need to make significant changes such that overwriting would be complicated
	consider not using a different component from the Core Collection Library or
	not using the Core Component Library altogether.

	If you still feel the need to edit this file, copy/paste this CSS into a different file
	and use that instead.
*/

.core-date-list {
	position: relative;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 0 15px;
	max-width: 1190px;
}

.core-date-list .widget-title {
	margin-bottom: 20px;
	padding-bottom: 4px;
	font-size: 45px;
	font-weight: 700;
	color: #0b467e;
	border-bottom: 2px solid #ececec;
}

.core-date-list .view-all {
	display: inline-block;
	padding: 15px 30px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	border-radius: 30px;
	background-color: #0b467e;
}

.core-date-list .slides {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.core-date-list .slides > * {
	flex: 1 1 390px;
	margin-bottom: 14px;
}

.core-date-list .slide > .inner {
	display: flex;
}

.core-date-list .date {
	flex: 0 0 86px;
	display: inline-block;
	padding: 20px 15px;
	width: 86px;
	text-align: center;
	background-color: #0b467e;
}

.core-date-list .date > * {
	display: block;
}

.core-date-list .date .month {
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.core-date-list .date .day {
	font-size: 45px;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	color: #fff;
	line-height: 1.1;
}

.core-date-list .slide .content-section {
	padding: 10px 15px;
}

.core-date-list .slide h4 {
	display: -webkit-box;
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	color: #0b467e;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.core-date-list .slide .secondary-detail {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #85a2bf;
}