/**
 * Admin-specific overrides
 * These styles apply when admin toolbar is present
 * to ensure admin navigation dropdowns appear above site elements.
 */

/* Lower site header z-index when admin toolbar exists so navigation dropdowns work */
html.admin-toolbar-expanded .header-atl,
body:has(.admin-toolbar) .header-atl {
  z-index: 100 !important;
}
