/* Alphajun post media: featured images, figures and captions in post content. */

.post-featured {
	max-width: 75ch;
	margin: 2.5rem auto 0;
	padding-inline: 1.5rem;
}

.post-featured img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 14px;
	border: 1px solid var(--border, rgba(0, 0, 0, 0.1));
}

.single-content .post-figure {
	margin: 2.5rem 0;
}

.single-content .post-figure img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
	border: 1px solid var(--border, rgba(0, 0, 0, 0.1));
}

.single-content .post-figure figcaption {
	margin-top: 0.75rem;
	font-family: var(--font-mono, inherit);
	font-size: 0.78rem;
	line-height: 1.6;
	color: var(--muted, #666);
}

.single-content img {
	max-width: 100%;
	height: auto;
}
