.iv-entry-content {
	background: var(--iv-color-white);
	border: 1px solid var(--iv-color-border);
	border-radius: var(--iv-radius-md);
	font-size: 17px;
	line-height: 1.8;
	padding: 32px;
}

.iv-entry-content > *:first-child {
	margin-top: 0;
}

.iv-entry-content h2 {
	font-size: 28px;
	margin: 38px 0 14px;
}

.iv-entry-content h3 {
	font-size: 22px;
	margin: 30px 0 12px;
}

.iv-post-meta {
	color: var(--iv-color-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 10px;
	margin: 10px 0 16px;
}

.iv-post-meta a {
	color: var(--iv-color-muted);
	text-decoration: none;
}

.iv-post-featured {
	border-radius: var(--iv-radius-md);
	margin-top: 20px;
	overflow: hidden;
}

.iv-post-featured img {
	display: block;
	width: 100%;
}

.iv-related-posts {
	margin-top: 28px;
}

.iv-related-posts > h2 {
	font-size: 24px;
	margin: 0 0 16px;
}

.iv-tax-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.iv-tax-list li + li {
	margin-top: 8px;
}

.iv-tax-list a {
	color: var(--iv-color-text);
	text-decoration: none;
}
