/* Static-site interactivity styles preserving the original SPA behavior */

/* Desktop nav dropdowns (hover) */
.nav-dd { display: none; }
div[data-loc="client/src/components/Navbar.tsx:86"]:hover > .nav-dd { display: block; }
div[data-loc="client/src/components/Navbar.tsx:86"]:hover > button { color: #CC0000 !important; }
div[data-loc="client/src/components/Navbar.tsx:86"] > .nav-dd a span:hover { color: #CC0000 !important; }

/* CTA button hover states (original used inline JS handlers) */
button[style*="background-color: rgb(204, 0, 0)"]:hover { background-color: #aa0000 !important; }
