#adminmenu #toplevel_page_scalenut-settings .wp-menu-image img {
	width: 32px;
	height: 32px;
	padding: 0 !important; /* Reset padding */
	opacity: 1 !important; /* Reset opacity */
	filter: grayscale(100%);
	transition:
		filter 0.3s ease,
		opacity 0.3s ease;
}

/* Hover state for Scalenut Admin Menu Icon */
#adminmenu #toplevel_page_scalenut-settings:hover .wp-menu-image img {
	filter: grayscale(0%); /* Restore original color */
	opacity: 1 !important; /* Ensure full visibility */
}
