.vs-header-inner {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.vs-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 800;
}

.vs-brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--vs-brown);
  color: #fffaf2;
  font-family: Georgia, serif;
  font-size: 17px;
  overflow: hidden;
  border: 2px solid rgba(255, 250, 242, .78);
}

.vs-brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vs-brand small {
  display: block;
  color: var(--vs-muted);
  font-weight: 600;
  margin-top: 2px;
}

.vs-brand-text {
  display: grid;
  gap: 2px;
  line-height: 1.08;
}

.vs-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vs-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: var(--vs-brown);
  padding: 10px 12px;
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
}

.vs-nav a:hover {
  background: rgba(139, 63, 52, .08);
}

.vs-header-cta,
.vs-button,
.button,
button,
input[type="submit"] {
  border: 0;
  border-radius: var(--vs-radius);
  background: var(--vs-red);
  color: #fffaf2;
  min-height: 46px;
  padding: 13px 18px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.vs-header-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  background: var(--vs-red);
  color: #fffaf2;
}
