/* Remove Tilda branding completely */
.tilda-branding,
.tilda_label,
.tilda-label,
.tilda-label__wrapper,
.t-copyright,
.t-site-footer__inner:last-child,
a[href*="tilda"],
a[href*="tilda.cc"],
a[href*="tilda.ws"] {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Remove invisible spacing below footer */
body, html {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}