/* =========================================================
   TIMELINE COMMENTS
   ========================================================= */

.timeline{
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.comment{
	padding: 12px;
	border-radius: 16px;
	border: 1px solid var(--border);
	background: rgba(0,0,0,.18);
}

.comment-head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 8px;
}

.comment-head b{
	font-size: 13px;
}

.comment-head small{
	color: var(--muted);
	font-size: 12px;
}

.comment p{
	color: rgba(234,240,255,.82);
	line-height: 1.45;
	font-size: 14px;
}
