/* RUSENCOM WPBakery compatibility: neutralize block-theme flow gaps around the editable front page. */
.wp-site-blocks > .rsc-main,
.wp-site-blocks > .rsc-main + .wp-block-template-part {
  margin-block-start: 0 !important;
}

.rsc-main > .wp-block-post-content {
  margin-block-start: 0 !important;
}
