/* Remove top padding */
.vv-padding-top-none { padding-block-start: 0; }

/* Remove bottom padding */
.vv-padding-bottom-none { padding-block-end: 0; }

/* Reduce module in a "full" section */
.vv-10-columns-layout {
    .module { --module-size: 1142px!important; }
}