.admin-store-label {
  display: inline-flex;
  align-items: center;
  align-self: center;
  height: 18px;
  gap: 7px;
  min-width: 0;
  line-height: 18px;
}

.admin-store-label-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: block;
  object-fit: contain;
  overflow: hidden;
  border: 1px solid rgba(55, 53, 47, 0.09);
  border-radius: 5px;
  background: #fff;
}

.admin-store-label-name {
  display: inline-flex;
  align-items: center;
  height: 18px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 18px;
}
