/* Remove unnecessary bottom padding/whitespace after footer */
.tcmp-v2-main,
.tcmp-v2-large-footer,
.tcmp-v2-bottom-nav {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    /* Ensure no extra space remains */
}
/* Also reset any global padding-bottom of 120px set by theme styles */
body, html {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
