.site-header {
  background: #1e293b;
  color: #ffffff;
  padding: 12px 20px;
}
.site-header .header-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.site-header .logo {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
}
.site-header .nav-links a {
  color: #ffffff !important;
  text-decoration: none;
  margin-left: 18px;
  font-size: 14px;
}
.site-header .nav-links a:hover {
  text-decoration: underline;
}