.site-header {
  border-bottom: 1px solid #eaeaea;
  background: #fff;
}

.site-header .layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
}

.site-header img {
  display: block;
}

.site-header .cta-actions a {
  padding: 0.6rem 1.4rem;
  border: 1px solid #005bac;
  color: #005bac;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  font-size: 0.95rem;
}

.site-header .cta-actions a:hover {
  background: #005bac;
  color: #fff;
}
