.chips button.brand-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px 4px 6px;
}

.brand-logo {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  overflow: hidden;
  border: 1px solid #d7e4ec;
  border-radius: 6px;
  background: #fff;
  color: #176996;
  font-size: 10px;
  font-weight: 800;
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-chip.active .brand-logo {
  border-color: #ffffff99;
}

.brand-logo-all {
  background: #e8f5fb;
}
