.page-top-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.brand img {
  display: block;
  width: 46px;
  height: 31px;
  object-fit: contain;
  flex: none;
}

/* Fallback for shared service-page markup that still contains the old inline SVG. */
.brand svg {
  width: 46px;
  height: 31px;
  flex: none;
  border: 0;
  background: url('logo-glass.svg?v=3') center / contain no-repeat;
}

.brand svg path {
  display: none;
}

@media (max-width: 640px) {
  .brand img {
    width: 43px;
    height: 28px;
  }

  .brand svg {
    width: 43px;
    height: 28px;
  }
}
