/* Collapse excess whitespace between sections */
.sqs-block-content {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
/* Target blank/empty sections specifically */
.sqs-layout > .sqs-row:empty,
.sqs-block:empty {
display: none !important;
height: 0 !important;
}