<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">article {
	line-height: 1.5;
	margin-bottom: 30px;
	max-width: 980px;
	width: 100%;
}

article.hide-title {
	padding-top: 0;
}

article.hide-title .entry-title {
	display: none;
}



.flex-item article {	
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	height: 100%;
	margin: 0;
	padding: 30px;
}

@media screen and (max-width: 768px) {
	article {
		margin: 0;
	}
}

article strong,
article b {
	font-weight: 700;
}

article a {
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

article a.preview {
	text-decoration: none;
	color: var(--wp--preset--color--green-dark);
	text-transform: lowercase;
}

article ol,
article ul {
	margin: 0 0 1.5em 0;
	padding: 0 0 0 20px;
}

article ul {
	list-style: outside square;
}

article ul.none {
	list-style: outside none;
	padding: 0;
}

article ul ul {
	list-style: outside disc;
}</pre></body></html>