/* Extracted from app/view/layouts/user-header.html
   (previously an inline <style> block + inline style="" attributes).
   Kept external so the CSP can drop style-src 'unsafe-inline'. */

/* .navbar-nav {
  flex-direction: row !important;
  flex-wrap: nowrap;
} */

/* .navbar-nav .nav-item {
  white-space: nowrap;
} */

/* was: style="color: black;" on the top navigation links */
.nav-link-dark {
  color: black;
}
