/* Latest */
.dates-latest {
	margin-bottom: 40px;
}
.dates-latest-items {
	margin-bottom: 46px;
}
.dates-latest-item {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding: 11px 20px;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
}
.dates-latest-datetime {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 66px; 
	min-width: 66px;
	height: 66px;
	margin-right: 65px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #2e407d;
	border-radius: 50%;
	user-select: none;
}
.dates-latest-datetime-y {
	margin-left: -3px;
}

.dates-latest-text {
	font-size: 18px;
	color: #444;
}
.dates-latest-title {
	font-weight: 500;
}
.dates-latest-datetext::before,
.dates-latest-location::before {
	content: '//';
	margin: 0 6px;
}
.dates-latest-link {
	display: inline-block;
	padding: 15px 37px 15px 0;
	color: inherit;
	text-decoration: none;
	background: transparent url('/_assets/a4f9f1d7424b0693a509c7e93dc57902/Images/Icons/arrow_right_red.svg') no-repeat;
	background-position: calc(~'100% - 3px') 50%;
	background-size: 18px auto;
	transition: background-position .2s ease;
}
.dates-latest-link:hover,
.dates-latest-link:focus {
	background-position: 100% 50%;
}

/* List */
.dates-list-table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
.dates-list-table th {
	padding: 6px;
	border-bottom: 2px solid #2e407d;
	font-weight: 600;
    color: #005999;
}
.dates-list-table td {
	padding: 6px;
	vertical-align: middle;
    border-bottom: 1px solid #f3f2f2;
}
.dates-list-table tr:last-child td {
    border-bottom: none;
}
.dates-list-datetime,
.dates-list-title {
	font-weight: 500;
}
.dates-list-more {
	display: inline-block;
	padding-right: 26px;
	color: #2e407d;
	font-weight: 600;
	text-decoration: none;
	background: transparent url('/_assets/a4f9f1d7424b0693a509c7e93dc57902/Images/Icons/arrow_right_red.svg') no-repeat;
	background-position: calc(100% - 3px) 50%;
	background-size: 15px auto;
	transition: background-position .2s ease;
}
.dates-list-more:hover,
.dates-list-more:focus {
	background-position: 100% 50%;
}