.cCalendarDate {
	width: 80px;
	display: block;
	border: 1px solid var(--i-background_3);
	background: var(--i-background_1);
	padding: 8px 0;
	border-radius: 3px;
	overflow: hidden;
}
	
	.cCalendarDate > span {
		display: block;
		text-align: center;
	}

	.cCalendarDate_month {
		color: #a93848;
		text-transform: uppercase;
		font-size: var(--i-font-size_4);
		line-height: 1;
		font-weight: 500;
	}

	.cCalendarDate_date {
		font-size: var(--i-font-size_7);
		line-height: 1;
		font-weight: 300;
		color: var(--i-color_soft);
	}