.article-body a, .article-body a:hover {
	color: var(--bs-darkmilka);
}
.article-body h3 {
	padding-top:30px;
	padding-bottom: 5px;
	font-size: 24px;
}

.article-body img {
	width: 100%;
	height: auto;
}
.article-body, .article-body *:not(h3)  {
	font-size: 17.5px;
	line-height: 28px;
}
.blog-share-bar .far {
	position:relative;
	top:-1px;
}
.blog-author img {
	width:40px;
}
.lnkbio-share {
	width:30px;
	height:30px;

}
.blog-preview {
	max-height: 200px;
	object-fit: cover;
}
.blog-featured {
	max-height: 625px;
	object-fit: cover;
}