.oq-header {
  background: #0b1220;
  color: #fff;
  padding: 12px 20px;
}
.oq-header-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.oq-logo {
  color: #61dafb;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.2rem;
}
.oq-nav a {
  color: #cbd5e1;
  margin-left: 16px;
  text-decoration: none;
}
.oq-nav a.active {
  color: #fff;
  border-bottom: 2px solid #61dafb;
  padding-bottom: 2px;
}
