.site-brand {
  gap: 10px;
}

.site-brand-mark {
  width: 46px;
  height: 38px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  overflow: visible;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.site-brand-mark svg {
  width: 46px;
  height: 38px;
  display: block;
  overflow: visible;
}

.site-brand-copy strong {
  letter-spacing: -.018em;
}

.site-brand-copy small {
  color: #607985;
}

@media (max-width: 700px) {
  .site-brand {
    gap: 8px;
  }

  .site-brand-mark {
    width: 39px;
    height: 33px;
    flex-basis: 39px;
  }

  .site-brand-mark svg {
    width: 39px;
    height: 33px;
  }
}
