.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  transform: none;
  border-radius: 0;
  background: transparent;
}

.brand-mark::before,
.brand-mark::after {
  content: none;
}

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