/* Top bar on city strategy briefs */
.brief-site-nav {
  background: #0a1628;
  color: #fff;
  padding: 9px 32px;
  font-size: 10px;
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-family: "DM Sans", system-ui, sans-serif;
}
.brief-site-nav a {
  text-decoration: none;
}
.brief-site-nav a:first-child {
  color: #ffc72c;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.brief-site-nav a:not(:first-child) {
  color: rgba(255, 255, 255, 0.88);
}
.brief-site-nav a:hover {
  color: #fff !important;
  text-decoration: underline;
}
