/* Hide Mintlify branding link in footer */
a[href*="mintlify.com"] {
  display: none !important;
}

footer a[href*="mintlify"] {
  display: none !important;
}

/* Hide "Powered by" or similar branding text */
footer [class*="powered"],
footer [class*="branding"],
footer div:has(a[href*="mintlify"]) {
  display: none !important;
}
