body p {
	font-size: 18px;
	margin-bottom: 1.1em;
}

article {
	max-width: 800px;
}

.post > footer .share {
	display: none !important;
}

.post footer {
	flex-direction: column;
}

.post footer .stats {
	flex-wrap: wrap !important;
	gap: 0.3em 0;
}

article > div > h2, article > div > h3 {
	margin-top: 2em;
	letter-spacing: 0.1em;
}

.post > header .title h2, .post > header .title h1 {
	letter-spacing: 0.1em;
}

.title h1 {
	letter-spacing: 0.1em;
}

ul.actions {
	flex-wrap: wrap;
	max-width: 800px;
	gap: 1em 0;
	justify-content: center;
}

p a {
	border-bottom: none;
	color: #ba2e5d !important;
}

p a:hover {
	border-bottom: dotted 1px rgba(160, 160, 160, 0.65);
}

#header .dropdown li ul li a {
	line-height: 1.3em !important;
}

#header .dropdown li ul li {
	padding: 0.4em
}

.admin-pages .tabs-content {
	max-width: 1000px;
} 