.is-style-card-wrapper > .block-editor-block-list__layout {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
}

.is-style-card-wrapper > .block-editor-block-list__layout > .wp-block {
	margin: 0;
}