.enclosure-block {
	margin-top: 16px;
	border-radius: 16px;
	padding: 20px;
	background: #f5f5f5;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.enclosure-block p {
	margin: 0;
}

.entry-content .enclosure-block p {
	margin-top: 0;
}

.enclosure-block.is-style-border {
	margin-top: 48px;
	border: 4px solid #f5f5f5;
	background-color: #fff;
}

.enclosure-block.is-style-border p {
	color: #676767;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.5;
	margin: 0;
}

.enclosure-block.is-style-border p:first-child:has(strong) {
	color: #000415;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
}
