/* Mobile first */
#ssu-header-www {
  background-color: var(--bs-primary);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Only sticky without admin fixed toolbar */
body:not(.toolbar-fixed) #ssu-header-www {
  position: sticky;
  top: 0;
  z-index: 401;
}

#ssu-header-www .ssu-header-padding {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

#ssu-header-www .ssu-header-logo-wrapper {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

#ssu-header-www .ssu-logo-image {
  height: 25px;
}

#ssu-header-www .nav-link {
  font-size: 1rem;
}

#ssu-navbar-university__search-toggle i {
  width: 20px;
}


#ssu-navbar-university__search input {
  height: 38px;
}

#ssu-navbar-university__search input[type="text"] {
  width: calc(100% - 95px);
}

@media screen and (min-width: 400px) {
  #ssu-header-www .ssu-logo-image {
    height: 35px;
  }

  #ssu-header-www .nav-link {
    font-size: 1.19rem; /* 1rem * 1.19 calculated */
  }
}
