Remove Spacing Between Full Screen Sized Sections in Squarespace
/* Blend Sections*/
.fluid-engine .sqs-block {
height: 101% !important; /* Ensure this overrides any existing styles */
}
.content-wrapper {
padding: 0 !important; /* Remove padding between header and first section */
margin-top: -1px !important;
margin-bottom: 0 !important;
}