
/* CogniTOM overrides: menu fits one line on desktop */
:root{
  --mainmenu-font-size: 13px;
  --mainmenu-font-weight: 600;
  --mainmenu-letter-spacing: 0;
}

header .header-col-mid{
  white-space: nowrap;
}

#mainmenu>li{
  margin-right: 18px;
}

#mainmenu a{
  padding-top: 22px;
  padding-bottom: 22px;
}

header .btn-main{
  padding: 10px 14px;
  font-size: 12px;
}

/* Give the center column a bit more room */
header .de-flex{
  gap: 12px;
}

/* Make center column flexible so menu stays in one row */
header .de-flex > .de-flex-col:nth-child(2){
  flex: 1 1 auto;
  min-width: 0;
}
header .de-flex > .de-flex-col:nth-child(3){
  flex: 0 0 auto;
}

@media (max-width: 1199.98px){
  #mainmenu>li{margin-right: 14px;}
  #mainmenu a{font-size: 12px;}
}

@media (max-width: 991.98px){
  header .header-col-mid{white-space: normal;}
}
