/* === FORCE HIDE ALL TILDA LABEL VARIANTS === */

/* Old & common */
#tildacоpy,
.t-tildalаbеl,
.tildalabel,
.tilda-madeon,
.tilda-madeon__wrapper,
.tn-atom__tildalabel,
.td-copy,

/* New / SVG-based */
.t-label,
.t-label__wrapper,
.t-site-footer-copy,
.t-site-footer-copy a,
.t-site-footer-copy svg,

/* Fallback */
a[href*="tilda.cc"],
a[href*="tilda.ws"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Remove any reserved space */
body > div:last-child {
  min-height: 0 !important;
}
