/* Header base */
.ns-header {
  border-bottom: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}

.ns-header .navbar-brand img {
  max-height: 38px;
  height: auto;
  width: auto;
}

/* Skip link (only visible on focus) */
.skip-to-content {
  position: absolute;
  left: 0;
  top: 0;
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: 8px;
  background: #0d6efd;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  z-index: 2000;
  text-decoration: none;
}
.skip-link:focus {
  left: 12px;
}

/* Right side buttons */
.header-icon-btn {
  width: 38px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-search-menu {
  width: min(420px, 90vw);
}

/* Dropdown polish */
.dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.18);
}
.dropdown-item:active {
  background-color: #0d6efd;
}
