/* County nav lockup — overrides theme .navbar-details .brand-logo rules */

.navbar-details .alleghany-brand-lockup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.75rem;
  row-gap: 0.35rem;
  min-width: 0;
  flex-shrink: 0;
}

.navbar-details .alleghany-brand-lockup .navbar-brand {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  margin: 0;
  padding: 0;
}

/* Fit logo in the white nav bar (theme uses ~100px bar height) */
.navbar-details .alleghany-nav-logo {
  width: auto !important;
  max-width: min(118px, 38vw) !important;
  max-height: 95px;
  height: auto;
  object-fit: contain;
}

/* Same gold as .cityWall-btn a (Get Involved) — #b59a6d */
.navbar-details .alleghany-county-name {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.25;
  color: #b59a6d;
  white-space: nowrap;
}

@media (max-width: 400px) {
  .navbar-details .alleghany-county-name {
    white-space: normal;
    max-width: 10.5rem;
  }
}

/* Footer — same mark as header; sized for dark footer column */
footer .our-details .alleghany-nav-logo {
  max-width: min(140px, 48vw) !important;
  max-height: 76px;
  width: auto !important;
  height: auto;
  object-fit: contain;
}
