/* Bitch Nation WPLoyalty attribution-only patch.
   These selectors deliberately target attribution links, not launcher buttons. */
[data-bn-wlr-attribution="hidden"] {
	display: none !important;
	height: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
}

/* Hide a direct attribution anchor while the JS safely collapses its compact row. */
a[href*="wployalty.net"][data-bn-wlr-attribution],
a[href*="wployalty.co"][data-bn-wlr-attribution] {
	display: none !important;
}
