/* ------------------------------------------------------------------
   AultCare — modern skin overrides.
   Loaded after styles/modern-style.css for this portal only, so every
   rule here is automatically scoped to AultCare.
   ------------------------------------------------------------------ */

/* Top-nav links (Request Support, My Profile, Logout) and the mobile
   menu button.

   The base theme colors the top-nav text with --HeaderTextColor, which
   defaults to white for the brand-colored header bar. For AultCare the
   Header Background is configured white (#fff) in the Style Configurator,
   which left white text on a white bar.

   Set the header text to AultCare's brand navy (readable on white) and
   darken the hover wash to match. These are driven through the base
   theme's CSS variables, so if an admin later sets "Header Text" in the
   Style Configurator, that injected :root block loads after this file
   and takes precedence. */
:root {
    --HeaderTextColor: #305291;
    --HeaderItemHoverColor: rgba(48, 82, 145, 0.1);
}
