/**
 * Admin-specific styles for Webeyez.
 */

/* Scope icon sizing to our top-level menu only */
#adminmenu #toplevel_page_webeyez .wp-menu-image {
	width: 36px !important;
	height: 34px !important;
	line-height: 34px !important;
	margin: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

/* If WordPress renders an <img> for custom icon URLs */
#adminmenu #toplevel_page_webeyez .wp-menu-image img {
	width: 20px !important;   /* keep icon visually consistent with WP */
	height: 20px !important;
	display: block !important;
	padding: 0 !important;
	margin: 0 auto !important;
	object-fit: contain;
}

/* If WordPress uses background-image on the container (older behavior) */
#adminmenu #toplevel_page_webeyez .wp-menu-image,
#adminmenu #toplevel_page_webeyez .wp-menu-image:before {
	background-size: 20px 20px !important;
	background-position: center center !important;
}