/* Defensive CSS — covers UI surfaces that can't be reached via hooks alone.
   Prefer translation CSV / template overrides first; only add rules here when
   nothing else works. Each block names the surface it targets. */

/* Hide the "Powered by ERPNext" link on the website footer if for any reason
   our template override didn't take effect. */
.web-footer a[href*="frappe.io"],
.web-footer a[href*="erpnext.com"],
footer a[href*="frappe.io"],
footer a[href*="erpnext.com"] {
	display: none !important;
}
