.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: transparent;
  color: transparent;
  overflow: hidden;
  flex: 0 0 48px;
}

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

.light .brand-mark {
  background: rgba(255, 255, 255, 0.94);
  padding: 3px;
}

@media (max-width: 640px) {
  .brand-mark {
    width: 43px;
    height: 43px;
    flex-basis: 43px;
  }
}
