.site-header .site-brand {
  display: inline-flex;
  align-items: center;
  align-self: center;
  gap: 8px;
  color: #172033;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  font-size: 22.5px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: normal;
}

.site-header .site-brand > span {
  display: block;
  transform: translateX(-1px);
}

.site-header .site-brand .home-code-brand-mark {
  position: relative;
  display: block;
  width: 39.6px;
  height: 39.6px;
  align-items: center;
  justify-content: center;
  flex: 0 0 39.6px;
  border-radius: 7.5px;
  background: #ef3f34;
  color: #fff;
  box-shadow: none;
  object-fit: contain;
  transform: translateX(-1px);
}

.site-header .site-brand .home-code-brand-mark-glyph {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 26.4px;
  height: auto;
  fill: currentColor;
  transform: translate(-50%, -50%);
}
