/* Official GOV.CO Top Bar */
.gov-co-bar {
  background-color: #3366cc;
  color: #ffffff;
  font-size: 0.8rem;
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.gov-co-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gov-co-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  color: #ffffff;
}

.gov-co-brand svg {
  height: 18px;
  fill: #ffffff;
}

.gov-co-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.gov-co-links a {
  color: #ffffff;
  font-size: 0.8rem;
}

.gov-co-links a:hover {
  text-decoration: underline;
}
