<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">article.milestone.type-milestone .entry-thumbnail {
	margin-bottom: 3rem;
}

div.milestone-navigation {
	padding: 0 2em;
}

div.milestone-navigation nav.adjacent-posts {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	max-width: 100%;
	margin: auto;
}

div.milestone-navigation a {
	font-weight: 600;
}

div.milestone-navigation div.previous-link {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

div.milestone-navigation div.previous-link i.fas {
	color: #00749e;
	margin-right: 0.3rem;
}

div.milestone-navigation div.next-link {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
}

div.milestone-navigation div.next-link i.fas {
	color: #00749e;
	margin-left: 0.3rem;
}

@media screen and (max-width: 410px) {
	div.milestone-navigation nav.adjacent-posts {
		flex-direction: column;
	}
}
</pre></body></html>