/* CDE header layout rebuilt from the approved 2025-06-01 visual reference. */
#sp-header .container-inner > .row {
  min-height: 140px;
  flex-wrap: nowrap;
}

#sp-header .cde-header-menu {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  height: 140px;
  justify-content: center;
  min-width: 0;
  padding-top: 20px;
}

#sp-header .cde-site-title {
  color: #000;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 24px;
  text-align: center;
  white-space: nowrap;
}

#sp-header .cde-header-menu > .sp-column {
  justify-content: center !important;
  width: 100%;
}

@media (max-width: 991.98px) {
  #sp-header .container-inner > .row,
  #sp-header .cde-header-menu {
    height: 80px;
    min-height: 80px;
  }

  #sp-header .cde-site-title {
    display: none;
  }

  #sp-header .cde-header-menu {
    padding: 0;
  }
}
