/* Custom fixes for Howe Asphalt (added 2026-07-12) */
/* Internal-page top menu: white text on the dark bar. */
/* Home menu (yellow on hero) and dropdown submenus (dark on light) are intentionally left unchanged. */
body:not(.home) .menu-mainnav-container > ul > li > a { color: #ffffff !important; }
body:not(.home) .menu-mainnav-container > ul > li > a:hover,
body:not(.home) .menu-mainnav-container > ul > li.current_page_item > a { color: #fbc611 !important; }
