#mu-post-feature-image {
	position: relative;
	margin-bottom: 75px;
}

#mu-post-feature-image #mu-post-feature-image-wrapper {
	position: relative;
	margin: 50px 0 0 0;
}

#mu-post-feature-image #mu-post-feature-image-wrapper::before {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--accent-color);
	top: 5px;
	left: 5px;
	z-index: -1;
}

#mu-post-feature-image img {
	width: 100%;
}

#mu-post-feature-caption {
	color: var(--gray);
	position: absolute;
	bottom: -40px;
	text-align: center;
	display: block;
	width: 100%;
	font-size: 12px;
}

@media (min-width: 768px) {
	#mu-post-feature-image {
		bottom: -25px;
	}
}

#mu-post-data {
	background-color: var(--off-white);
	border-radius: 45px 0 0 0;
	border-left: var(--border-width-thin) solid var(--accent-color);
	border-top: var(--border-width-thin) solid var(--accent-color);
	display: flex;
	height: 90px;
	margin-bottom: 50px;
}

#mu-post-data img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 26px 26px;
}

#mu-post-data div {
	display: inline-flex;
	flex-direction: column;
	justify-content: space-around;
	margin: 10px 0;
}
#mu-post-data > div * {
	width: fit-content;
	margin: 0px 0;
}

#mu-post-author {
	color: var(--gray);
}

#mu-post-data strong {
	color: var(--black);
}

#mu-post-data #mu-default-profile {
	padding: 10px;
}

#mu-post-date {
	color: var(--gray);
	font-size: 14px;
}