/* The Posts-Shortcode - created by this plugin */

.the-posts.illustrated {
	list-style-type:none;
	display:flex;
	margin:0;
	flex-wrap:wrap;
	padding-left:0;
	justify-content: space-between;

}

.the-posts.illustrated .item {
	width: 15%;
	margin-bottom:1%;
}

.the-posts.illustrated img {
	max-width: 100%;
	height:auto;
}

.wp-block-post-content img {
  max-width: 100%;
  height: auto;
}

/* Image Credits – auto created by this plugin */

.entry-content .credits {
	margin-block-start: 5em;
	padding-top:1em;
	color:var(--wp--preset--color--primary);
	border-top: 1px solid var(--wp--preset--color--primary);
	font-size: var(--wp--preset--font-size--small);
}







