/* Header only. The SVG contains its own gold fill and comic outline.
   This selector outranks the shared ID/hover filters in main.css.
   Navigation icons, button dimensions and spacing remain unchanged. */
header .header-account-actions > :is(
    #modalLoginButton,
    #modalRegButton,
    #modalInfoButton,
    #modalMessengerButton,
    #modalShoppingcartButton,
    #modalExitButton
) > img {
    filter: none;
}
