Index: src/wp-content/themes/twentytwenty/style-rtl.css
===================================================================
--- src/wp-content/themes/twentytwenty/style-rtl.css	(revision 46714)
+++ src/wp-content/themes/twentytwenty/style-rtl.css	(working copy)
@@ -5139,8 +5139,8 @@
 		margin: 0.3rem 0 2rem 2rem;
 	}
 
-	.entry-content > .alignwide:not(.wp-block-group),
-	.entry-content > .alignfull:not(.wp-block-group) {
+	.entry-content > .alignwide:not(.wp-block-group.has-background),
+	.entry-content > .alignfull:not(.wp-block-group.has-background) {
 		margin-bottom: 6rem;
 		margin-top: 6rem;
 	}
@@ -5699,8 +5699,8 @@
 		max-width: calc((100% - 58rem) / 2 - 4rem);
 	}
 
-	.entry-content > .alignwide:not(.wp-block-group),
-	.entry-content > .alignfull:not(.wp-block-group) {
+	.entry-content > .alignwide:not(.wp-block-group.has-background),
+	.entry-content > .alignfull:not(.wp-block-group.has-background) {
 		margin-bottom: 8rem;
 		margin-top: 8rem;
 	}
Index: src/wp-content/themes/twentytwenty/style.css
===================================================================
--- src/wp-content/themes/twentytwenty/style.css	(revision 46714)
+++ src/wp-content/themes/twentytwenty/style.css	(working copy)
@@ -5177,8 +5177,8 @@
 		margin: 0.3rem 0 2rem 2rem;
 	}
 
-	.entry-content > .alignwide:not(.wp-block-group),
-	.entry-content > .alignfull:not(.wp-block-group) {
+	.entry-content > .alignwide:not(.wp-block-group.has-background),
+	.entry-content > .alignfull:not(.wp-block-group.has-background) {
 		margin-bottom: 6rem;
 		margin-top: 6rem;
 	}
@@ -5737,8 +5737,8 @@
 		max-width: calc((100% - 58rem) / 2 - 4rem);
 	}
 
-	.entry-content > .alignwide:not(.wp-block-group),
-	.entry-content > .alignfull:not(.wp-block-group) {
+	.entry-content > .alignwide:not(.wp-block-group.has-background),
+	.entry-content > .alignfull:not(.wp-block-group.has-background) {
 		margin-bottom: 8rem;
 		margin-top: 8rem;
 	}
