.prettylinkblock {
	/*border: 1px solid #dcdcde;
	box-shadow: 0 1px 1px rgb(0 0 0 / 5%); */
	width: 600px;
	max-width: 100%;
	height: 100%;
}
.prettylink-heading,
.editor-styles-wrapper .prettylink-heading {
	margin: 0 0 15px;
}
.prettylink-heading a,
.post-php .edit-post-visual-editor .block-editor-block-list__block .prettylink-heading a {
	color: #2c3338;
}
.prettylink-featured-image.square,
.editor-styles-wrapper .prettylink-featured-image.square {
	float: left;
	max-width: 160px;
	margin-right: 20px;
}
.prettylink-featured-image,
.editor-styles-wrapper .prettylink-featured-image {
	margin-bottom: var(--wp--custom--spacing--gap, 1.5em);
	aspect-ratio: 3 / 2;
}
.prettylink-featured-image img,
.editor-styles-wrapper .prettylink-featured-image img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.prettylink.hentry,
.editor-styles-wrapper .prettylink.hentry {
	margin-bottom: 0;
}
.prettylink,
.editor-styles-wrapper .prettylink {
	height: 100%;
	border-bottom: 1px solid rgba( 238, 238, 238, 1 );
	padding-bottom: var(--wp--custom--spacing--gap, 1.5em);
}

.editor-styles-wrapper .prettylink {
	float: none;
}
