
  /* Скрывает надпись и саму плашку-контейнер Tilda внизу */
  a[href*="tilda.cc"], 
  a[href*="tilda.today"],
  .t-records > div:last-child:has(a[href*="tilda.cc"]),
  .t-records > div:last-child:has(a[href*="tilda.today"]) {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    background: transparent !important;
  }
</style>