/* Custom overrides for cursor.com clone */

/* Hide Sign in button */
a[href="https://cursor.com/dashboard"],
a[href*="dashboard"].btn--ghost {
  display: none !important;
}

/* Hide footer - multiple selectors for specificity */
footer,
footer.pt-v3,
footer.bg-theme-card-hex,
.bg-theme-card-hex[class*="pb-"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Hide Resources button and its dropdown */
a.nav__btn[href="/changelog"],
a.nav__btn[href="/changelog"] + button,
a.nav__btn[href="/changelog"] ~ .nav__sub-nav,
li:has(> a.nav__btn[href="/changelog"]) {
  display: none !important;
}
