/* Use the restrained article marker as the site-wide blockquote default. */
.wp-block-post-content blockquote {
	border: 0;
	border-left: 3px solid var(--wp--preset--color--moss);
	border-radius: 0;
	background: transparent;
}

/* Articles retain their approved tighter rhythm and comfortable inset. */
.single-post .wp-block-post-content blockquote {
	margin-top: 0.8em;
	margin-bottom: 1.1em;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
