/* Targets ONLY the first content area on the HOME PAGE specifically */
.home .site-main > :first-child, 
.home .entry-content > :first-child, 
.home .wp-site-blocks > main > :first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
/* This targets the 'Root' container that the editor often ignores */
.home .wp-site-blocks {
    padding-right: 0 !important;
    padding-left: 0 !important;
    gap: 0 !important;
}