/* ML Lectures — public list */

.ml-lectures {
	max-width: 820px;
	margin: 0 auto;
	padding: 8px 0 32px;
}

.ml-lectures__empty {
	max-width: 720px;
	margin: 24px auto 80px;
	padding: 24px;
	text-align: center;
	color: #555;
	background: #f6f8fa;
	border-radius: 12px;
}

.ml-lectures__list {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #e5e9ef;
}

.ml-lecture {
	padding: 18px 4px;
	border-bottom: 1px solid #e5e9ef;
}

.ml-lecture__topic {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 4px;
	color: #1a1a2e;
}

.ml-lecture__presenter {
	font-size: 14px;
	color: #5a6a75;
	margin: 0 0 6px;
}

.ml-lecture__summary {
	font-size: 15px;
	line-height: 1.55;
	color: #3a4750;
	margin: 4px 0 0;
}

.ml-lecture__watch {
	display: inline-block;
	margin-top: 8px;
	font-size: 14px;
	font-weight: 600;
	color: #1a5a8e;
	text-decoration: none;
}

.ml-lecture__watch:hover {
	text-decoration: underline;
}
