.wp-block-image {
	&.is-style-default {
		img {
			border-radius: 5px;
		}

		.is-resized {
			width: auto;

			img {
				width: auto;
			}
		}
	}

	+ * {
		margin-block-start: 1rem;
	}
}
