.msc-article-header {
	padding-bottom: 20px;
	margin-bottom: 28px;
	border-bottom: 1px solid #e5e5e5;
}

.single-post .msc-article-header .entry-title {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
	font-size: 42px;
	line-height: 1.1;
	text-transform: uppercase;
	color: var(--msc-primary, #25285F);
	margin: 0 0 14px;
	padding: 0;
}

.msc-article-byline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #4a4a4a;
}

.msc-article-byline__author {
	font-weight: 700;
	color: var(--msc-primary, #25285F);
}

.msc-article-byline__sep {
	color: var(--msc-accent-strong, #3E6CB8);
}

.msc-article-byline time {
	font-style: normal;
}

.msc-article-featured {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 20px;
}

@media (max-width: 980px) {
	.single-post .msc-article-header .entry-title {
		font-size: 32px;
	}
}
