.grid:has(>.transport-select-trigger)>strong:before {
  content: "";
  flex: none;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background-color: transparent;
  -webkit-mask: none;
  mask: none;
  background: url(./knovance-logo.png) 50%/contain no-repeat;
}
