/* ============================================================================
 * NineNeurons white-label — cosmetic layer
 * Loaded on both desk (app_include_css) and portal/login (web_include_css).
 * Text/logo swaps that CSS can't do are handled by branding.js.
 * ========================================================================== */

/* Login + navbar logo sizing so the wordmark reads well */
img.app-logo,
.navbar-brand img,
.app-logo {
	max-height: 32px;
	width: auto;
}

/* Login splash / card logo a touch larger */
.for-login .app-logo,
.page-card .app-logo,
.login-content .app-logo {
	max-height: 40px;
}

/* Keep the footer "Powered by" line subtle after JS rewrites it */
.web-footer .powered-by,
.footer-powered,
a[href*="erpnext.com"],
a[href*="frappe.io"] {
	opacity: 0.8;
}
