/* Dark Bootstrap-style site header — loaded on every page (not deferred) */
header.bg-dark.site-topbar {
  background-color: #212529 !important;
  color: #fff;
}

.site-topbar .brand-mark--header {
  border-radius: 0.5rem;
  font-size: 0.95rem;
  height: 2rem;
  width: 2.5rem;
}

.site-topbar .nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.site-topbar .nav-link {
  color: #fff;
  text-decoration: none;
}

.site-topbar .nav-link.text-secondary {
  color: rgba(255, 255, 255, 0.75) !important;
}

.site-topbar .nav-link:hover,
.site-topbar .nav-link:focus {
  color: #fff !important;
  opacity: 0.9;
}

.site-topbar .form-control-dark {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.site-topbar .form-control-dark::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.site-topbar .form-control-dark:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.1);
  color: #fff;
}

.site-topbar .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
  background-color: transparent;
}

.site-topbar .btn-outline-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}

.site-topbar .btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}

.site-topbar .btn-warning:hover {
  background-color: #ffca2c;
  border-color: #ffc720;
  color: #212529;
}

@media (min-width: 992px) {
  .site-topbar .site-topbar-search {
    min-width: 14rem;
  }
}

/* Purged Bootstrap omits utility classes used by the header search dropdown */
.d-none {
  display: none !important;
}

.site-header-search-field {
  position: relative;
}

.site-topbar,
.site-topbar .container,
.site-topbar .site-header-search-field {
  overflow: visible;
}

.site-header-search-dropdown {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.75rem;
  box-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, 0.28);
  left: 0;
  max-height: 18rem;
  overflow-y: auto;
  padding: 0.45rem;
  position: absolute;
  right: 0;
  top: calc(100% + 0.35rem);
  z-index: 3000;
}

.site-header-search-hint {
  color: #6c757d;
  font-size: 0.75rem;
  padding: 0.35rem 0.55rem 0.5rem;
}

.site-header-search-hint:empty {
  display: none;
  padding: 0;
}

.site-header-search-item {
  background: transparent;
  border: 0;
  border-radius: 0.5rem;
  color: #212529;
  cursor: pointer;
  display: block;
  font-size: 0.9rem;
  line-height: 1.35;
  padding: 0.6rem 0.65rem;
  text-align: left;
  width: 100%;
}

.site-header-search-item:hover,
.site-header-search-item:focus {
  background: #f8f9fa;
  outline: none;
}

@media (max-width: 991.98px) {
  .site-topbar .site-topbar-actions {
    margin-top: 0.5rem;
    text-align: center !important;
    width: 100%;
  }

  .site-topbar .site-topbar-search {
    margin-top: 0.5rem;
    width: 100%;
  }
}
