
/* =========================================================
   TISIAS PATCH V195
   OFFICIAL /ican-finals2026 - PC ONLY

   1) Collapse the obsolete clipped status card / white spacer above Hero.
   2) Support faster V155 reveal on desktop.
   MOBILE IS UNTOUCHED.
   ========================================================= */

@media (min-width: 901px) {
  /* V154 marks obsolete source blocks with this class. Collapse them fully. */
  .tisias-v146-legacy-hidden,
  .tisias-v195-prehero-hidden {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
  }

  #wsite-content,
  .wsite-elements.wsite-not-footer,
  .tisias-v195-hero-path {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  #tisias-v135-finals-hero-card {
    margin-top: 0 !important;
  }
}
