/*
 * TWWIM AI — admin menu icon styling.
 * (c) 2026 TWWIM UG. All rights reserved. (www.twwim.com)
 *
 * Loaded on every admin page (menu icon is visible in the sidebar globally).
 * Icon `background-image` URLs are injected dynamically via wp_add_inline_style()
 * because they must resolve against the plugin install path.
 */

#adminmenu .toplevel_page_twwim-ai .wp-menu-image {
    background-size: 20px 20px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#adminmenu .toplevel_page_twwim-ai .wp-menu-image::before {
    content: "" !important;
}

#adminmenu .toplevel_page_twwim-ai.current .wp-menu-image,
#adminmenu .toplevel_page_twwim-ai:hover .wp-menu-image {
    filter: brightness(1.6) saturate(0.5) !important;
}
