/* Ensure account dropdown appears above all other UI elements */
.nav-account-menu {
    z-index: 1010; /* higher than site overlays (1000) */
}
