/* ==========================================================
   Header stability (global)
   Keep header on ONE line (desktop)
   ========================================================== */
@media (min-width: 992px){
  .crypto-nav .navbar-collapse{
    flex-wrap: nowrap !important;
  }
  .crypto-nav .navbar-nav{
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
  }
  /* right-side group in header is the direct .d-flex inside navbar-collapse */
  .crypto-nav .navbar-collapse > .d-flex{
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
  }
  /* Let AI bar shrink instead of pushing items down */
  .crypto-nav .csx-ai{
    max-width: 460px;
    flex: 0 1 460px;
    min-width: 260px;
  }
}
