.wp-block-latest-posts {
	padding-left: 2.5em;
	&.is-grid {
		padding-left: 0;
	}

	// Apply overflow for post items, so any floated featured images won't crop the focus style.
	> li {
		overflow: hidden;
	}
}

.wp-block-latest-posts li a > div {
	display: inline;
}

.edit-post-visual-editor .wp-block-latest-posts.is-grid li {
	margin-bottom: 20px;
}

.editor-latest-posts-image-alignment-control {
	.components-base-control__label {
		display: block;
	}

	.components-toolbar {
		border-radius: $radius-block-ui;
	}
}
